Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp69 case CCC_Type: in wantConstructorResults()
130 case CCKind::CCC_Type: in getCompletionKindString()
DSemaCodeComplete.cpp3993 return CodeCompletionContext::CCC_Type; in mapCodeCompletionContext()
3999 return CodeCompletionContext::CCC_Type; in mapCodeCompletionContext()
6064 CodeCompletionContext::CCC_Type, in CodeCompleteOperatorName()
6926 CodeCompletionContext::CCC_Type); in CodeCompleteObjCPassingType()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp56 case CCC_Type: in wantConstructorResults()
DSemaCodeComplete.cpp3194 return CodeCompletionContext::CCC_Type; in mapCodeCompletionContext()
3200 return CodeCompletionContext::CCC_Type; in mapCodeCompletionContext()
4405 CodeCompletionContext::CCC_Type, in CodeCompleteOperatorName()
4426 CodeCompletionContext::CCC_Type, in CodeCompleteOperatorName()
5187 CodeCompletionContext::CCC_Type); in CodeCompleteObjCPassingType()
5256 CodeCompletionContext::CCC_Type, in CodeCompleteObjCPassingType()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h222 CCC_Type, enumerator
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h271 CCC_Type, enumerator
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp366 case CodeCompletionContext::CCC_Type: { in getContextsForContextKind()
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp307 | (1LL << CodeCompletionContext::CCC_Type) in getDeclShowContexts()
440 | (1LL << CodeCompletionContext::CCC_Type) in CacheCodeCompletionResults()
1983 case CodeCompletionContext::CCC_Type: in CalculateHiddenNames()
/external/clang/lib/Frontend/
DASTUnit.cpp284 | (1LL << CodeCompletionContext::CCC_Type) in getDeclShowContexts()
413 | (1LL << CodeCompletionContext::CCC_Type) in CacheCodeCompletionResults()
2165 case CodeCompletionContext::CCC_Type: in CalculateHiddenNames()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp398 case CodeCompletionContext::CCC_Type: { in getContextsForContextKind()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp651 case CodeCompletionContext::CCC_Type: in contextAllowsIndex()