Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp64 case CCC_EnumTag: in wantConstructorResults()
120 case CCKind::CCC_EnumTag: in getCompletionKindString()
DSemaCodeComplete.cpp5327 ContextKind = CodeCompletionContext::CCC_EnumTag; in CodeCompleteTag()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp51 case CCC_EnumTag: in wantConstructorResults()
DSemaCodeComplete.cpp3778 ContextKind = CodeCompletionContext::CCC_EnumTag; in CodeCompleteTag()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h209 CCC_EnumTag, enumerator
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h253 CCC_EnumTag, enumerator
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp329 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag); in getDeclShowContexts()
437 | (1LL << CodeCompletionContext::CCC_EnumTag) in CacheCodeCompletionResults()
1933 NormalContexts |= (1LL << CodeCompletionContext::CCC_EnumTag) in AugmentedCodeCompleteConsumer()
1990 case CodeCompletionContext::CCC_EnumTag: in CalculateHiddenNames()
/external/clang/lib/Frontend/
DASTUnit.cpp302 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag); in getDeclShowContexts()
410 | (1LL << CodeCompletionContext::CCC_EnumTag) in CacheCodeCompletionResults()
2118 NormalContexts |= (1LL << CodeCompletionContext::CCC_EnumTag) in AugmentedCodeCompleteConsumer()
2172 case CodeCompletionContext::CCC_EnumTag: in CalculateHiddenNames()
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp431 case CodeCompletionContext::CCC_EnumTag: { in getContextsForContextKind()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp463 case CodeCompletionContext::CCC_EnumTag: { in getContextsForContextKind()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp646 case CodeCompletionContext::CCC_EnumTag: in contextAllowsIndex()