Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp227 case CodeCompletionContext::CCC_Statement: in ResultBuilder()
1028 !(CompletionContext.getKind() == CodeCompletionContext::CCC_Statement || in getBasePriority()
4281 return CodeCompletionContext::CCC_Statement; in mapCodeCompletionContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp304 | (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts()
345 Contexts = (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts()
433 | (1LL << CodeCompletionContext::CCC_Statement) in CacheCodeCompletionResults()
483 | (1LL << CodeCompletionContext::CCC_Statement) in CacheCodeCompletionResults()
1947 | (1LL << CodeCompletionContext::CCC_Statement) in AugmentedCodeCompleteConsumer()
2002 case CodeCompletionContext::CCC_Statement: in CalculateHiddenNames()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h217 CCC_Statement, enumerator