Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCodeComplete.cpp6062 std::string NameWithPrefix; in CodeCompleteObjCPropertySynthesizeIvar() local
6063 NameWithPrefix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()
6064 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()
6076 NameWithPrefix == Ivar->getName() || in CodeCompleteObjCPropertySynthesizeIvar()
6103 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix)); in CodeCompleteObjCPropertySynthesizeIvar()