Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp56 case CCC_TopLevel: in wantConstructorResults()
98 case CCKind::CCC_TopLevel: in getCompletionKindString()
H A DSemaCodeComplete.cpp3530 return CodeCompletionContext::CCC_TopLevel; in mapCodeCompletionContext()
3547 return CodeCompletionContext::CCC_TopLevel; in mapCodeCompletionContext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp301 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel) in getDeclShowContexts()
382 CodeCompletionContext CCContext(CodeCompletionContext::CCC_TopLevel); in CacheCodeCompletionResults()
429 = (1LL << CodeCompletionContext::CCC_TopLevel) in CacheCodeCompletionResults()
478 = (1LL << CodeCompletionContext::CCC_TopLevel) in CacheCodeCompletionResults()
1889 = (1LL << CodeCompletionContext::CCC_TopLevel) in AugmentedCodeCompleteConsumer()
1942 case CodeCompletionContext::CCC_TopLevel: in CalculateHiddenNames()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h200 CCC_TopLevel, enumerator