Searched refs:NameWithPrefix (Results 1 – 2 of 2) 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()
7956 std::string NameWithPrefix; in CodeCompleteObjCPropertySynthesizeIvar() local7957 NameWithPrefix += '_'; in CodeCompleteObjCPropertySynthesizeIvar()7958 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()7970 NameWithPrefix == Ivar->getName() || in CodeCompleteObjCPropertySynthesizeIvar()7997 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix)); in CodeCompleteObjCPropertySynthesizeIvar()