Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp751 getCompletionKindString(Context.getKind()), in ProcessCodeCompleteResults()
752 getCompletionKindString(this->CCContext.getKind())); in ProcessCodeCompleteResults()
1341 getCompletionKindString(CCContextKind)); in run()
1344 getCompletionKindString(CCContextKind), in run()
1954 << " (" << getCompletionKindString(R.Context) << ")" in operator <<()
DQuality.cpp460 OS << llvm::formatv("\tContext: {0}\n", getCompletionKindString(S.Context)); in operator <<()
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h430 llvm::StringRef getCompletionKindString(CodeCompletionContext::Kind Kind);
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp91 StringRef clang::getCompletionKindString(CodeCompletionContext::Kind Kind) { in getCompletionKindString() function in clang