Searched refs:NameWithPrefix (Results 1 – 1 of 1) sorted by relevance
6137 std::string NameWithPrefix; in CodeCompleteObjCPropertySynthesizeIvar() local6138 NameWithPrefix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()6139 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()6151 NameWithPrefix == Ivar->getName() || in CodeCompleteObjCPropertySynthesizeIvar()6178 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix)); in CodeCompleteObjCPropertySynthesizeIvar()