Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp6240 std::string NameWithSuffix = PropertyName->getName().str(); in CodeCompleteObjCPropertySynthesizeIvar() local
6241 NameWithSuffix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()
6252 NameWithSuffix == Ivar->getName())) { in CodeCompleteObjCPropertySynthesizeIvar()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp7959 std::string NameWithSuffix = PropertyName->getName().str(); in CodeCompleteObjCPropertySynthesizeIvar() local
7960 NameWithSuffix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()
7971 NameWithSuffix == Ivar->getName())) { in CodeCompleteObjCPropertySynthesizeIvar()