Searched refs:NameWithPrefix (Results 1 – 1 of 1) sorted by relevance
8662 std::string NameWithPrefix; in CodeCompleteObjCPropertySynthesizeIvar() local8663 NameWithPrefix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()8664 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()8676 NameWithPrefix == Ivar->getName() || in CodeCompleteObjCPropertySynthesizeIvar()8703 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix)); in CodeCompleteObjCPropertySynthesizeIvar()