Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp6979 std::string NameWithPrefix; in CodeCompleteObjCPropertySynthesizeIvar() local
6980 NameWithPrefix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()
6981 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()
6993 NameWithPrefix == Ivar->getName() || in CodeCompleteObjCPropertySynthesizeIvar()
7020 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix)); in CodeCompleteObjCPropertySynthesizeIvar()