Searched refs:NameWithPrefix (Results 1 – 1 of 1) sorted by relevance
9010 std::string NameWithPrefix; in CodeCompleteObjCPropertySynthesizeIvar() local9011 NameWithPrefix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()9012 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()9024 NameWithPrefix == Ivar->getName() || in CodeCompleteObjCPropertySynthesizeIvar()9051 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix)); in CodeCompleteObjCPropertySynthesizeIvar()