Searched refs:NameWithPrefix (Results 1 – 1 of 1) sorted by relevance
8862 std::string NameWithPrefix; in CodeCompleteObjCPropertySynthesizeIvar() local8863 NameWithPrefix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()8864 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()8876 NameWithPrefix == Ivar->getName() || in CodeCompleteObjCPropertySynthesizeIvar()8903 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix)); in CodeCompleteObjCPropertySynthesizeIvar()