Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp6803 std::string SelectorName2 = (Twine("with") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6806 &Context.Idents.get(SelectorName2) in AddObjCKeyValueCompletions()
6822 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName2 + ":")); in AddObjCKeyValueCompletions()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp8505 std::string SelectorName2 = (Twine("with") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8507 &Context.Idents.get(SelectorName2)}; in AddObjCKeyValueCompletions()
8522 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName2 + ":")); in AddObjCKeyValueCompletions()