Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp8608 std::string NameWithPrefix; in CodeCompleteObjCPropertySynthesizeIvar() local
8609 NameWithPrefix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()
8610 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()
8622 NameWithPrefix == Ivar->getName() || in CodeCompleteObjCPropertySynthesizeIvar()
8649 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix)); in CodeCompleteObjCPropertySynthesizeIvar()