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.cpp48 case CCC_Statement: in wantConstructorResults()
111 case CCKind::CCC_Statement: in getCompletionKindString()
H A DSemaCodeComplete.cpp230 case CodeCompletionContext::CCC_Statement: in ResultBuilder()
1035 !(CompletionContext.getKind() == CodeCompletionContext::CCC_Statement || in getBasePriority()
4287 return CodeCompletionContext::CCC_Statement; in mapCodeCompletionContext()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp305 | (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts()
346 Contexts = (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts()
434 | (1LL << CodeCompletionContext::CCC_Statement) in CacheCodeCompletionResults()
484 | (1LL << CodeCompletionContext::CCC_Statement) in CacheCodeCompletionResults()
1960 | (1LL << CodeCompletionContext::CCC_Statement) in AugmentedCodeCompleteConsumer()
2015 case CodeCompletionContext::CCC_Statement: in CalculateHiddenNames()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h217 CCC_Statement, enumerator