Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp6216 std::string NameWithPrefix; in CodeCompleteObjCPropertySynthesizeIvar() local
6217 NameWithPrefix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()
6218 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()
6230 NameWithPrefix == Ivar->getName() || in CodeCompleteObjCPropertySynthesizeIvar()
6257 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix)); in CodeCompleteObjCPropertySynthesizeIvar()