Searched refs:NameWithPrefix (Results 1 – 1 of 1) sorted by relevance
6237 std::string NameWithPrefix; in CodeCompleteObjCPropertySynthesizeIvar() local6238 NameWithPrefix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()6239 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()6251 NameWithPrefix == Ivar->getName() || in CodeCompleteObjCPropertySynthesizeIvar()6278 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix)); in CodeCompleteObjCPropertySynthesizeIvar()