Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp69 case CCC_Type: in wantConstructorResults()
131 case CCKind::CCC_Type: in getCompletionKindString()
H A DSemaCodeComplete.cpp4169 return CodeCompletionContext::CCC_Type; in mapCodeCompletionContext()
4175 return CodeCompletionContext::CCC_Type; in mapCodeCompletionContext()
6716 CodeCompletionContext::CCC_Type, in CodeCompleteOperatorName()
7578 CodeCompletionContext::CCC_Type); in CodeCompleteObjCPassingType()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h271 CCC_Type, enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp307 | (1LL << CodeCompletionContext::CCC_Type) in getDeclShowContexts()
440 | (1LL << CodeCompletionContext::CCC_Type) in CacheCodeCompletionResults()
1966 case CodeCompletionContext::CCC_Type: in CalculateHiddenNames()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp398 case CodeCompletionContext::CCC_Type: { in getContextsForContextKind()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp713 case CodeCompletionContext::CCC_Type: in contextAllowsIndex()