Home
last modified time | relevance | path

Searched refs:SelectorName2 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp9157 std::string SelectorName2 = (Twine("with") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9159 &Context.Idents.get(SelectorName2)}; in AddObjCKeyValueCompletions()
9174 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName2 + ":")); in AddObjCKeyValueCompletions()