Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeCompletionStrings.cpp23 return Chunk.Kind == CodeCompletionString::CK_Informative && in isInformativeQualifierChunk()
205 case CodeCompletionString::CK_Informative: in getSignature()
/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp183 case CK_Informative: in Chunk()
270 return Chunk(CK_Informative, Informative); in CreateInformative()
326 case CK_Informative: in getAsString()
727 case CodeCompletionString::CK_Informative: in getOverloadAsString()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp72 case CodeCompletionString::CK_Informative: in clang_getCompletionChunkKind()
122 case CodeCompletionString::CK_Informative: in clang_getCompletionChunkText()
161 case CodeCompletionString::CK_Informative: in clang_getCompletionChunkCompletionString()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h467 CK_Informative, enumerator