Home
last modified time | relevance | path

Searched refs:NameWithSuffix (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp8611 std::string NameWithSuffix = PropertyName->getName().str(); in CodeCompleteObjCPropertySynthesizeIvar() local
8612 NameWithSuffix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()
8623 NameWithSuffix == Ivar->getName())) { in CodeCompleteObjCPropertySynthesizeIvar()