Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp44 case CCC_Statement: in wantConstructorResults()
107 case CCKind::CCC_Statement: in getCompletionKindString()
H A DSemaCodeComplete.cpp229 case CodeCompletionContext::CCC_Statement: in ResultBuilder()
1035 !(CompletionContext.getKind() == CodeCompletionContext::CCC_Statement || in getBasePriority()
4450 return CodeCompletionContext::CCC_Statement; in mapCodeCompletionContext()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp301 | (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts()
342 Contexts = (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts()
430 | (1LL << CodeCompletionContext::CCC_Statement) in CacheCodeCompletionResults()
480 | (1LL << CodeCompletionContext::CCC_Statement) in CacheCodeCompletionResults()
1975 | (1LL << CodeCompletionContext::CCC_Statement) in AugmentedCodeCompleteConsumer()
2030 case CodeCompletionContext::CCC_Statement: in CalculateHiddenNames()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h217 CCC_Statement, enumerator