Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp8670 std::string SelectorName2 = (Twine("with") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8672 &Context.Idents.get(SelectorName2)}; in AddObjCKeyValueCompletions()
8687 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName2 + ":")); in AddObjCKeyValueCompletions()