Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp310 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
321 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
346 | (1LL << CodeCompletionContext::CCC_Expression) in getDeclShowContexts()
434 | (1LL << CodeCompletionContext::CCC_Expression) in CacheCodeCompletionResults()
484 | (1LL << CodeCompletionContext::CCC_Expression) in CacheCodeCompletionResults()
1948 | (1LL << CodeCompletionContext::CCC_Expression) in AugmentedCodeCompleteConsumer()
2003 case CodeCompletionContext::CCC_Expression: in CalculateHiddenNames()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp49 case CCC_Expression: in wantConstructorResults()
113 case CCKind::CCC_Expression: in getCompletionKindString()
H A DSemaCodeComplete.cpp224 case CodeCompletionContext::CCC_Expression: in ResultBuilder()
4272 return CodeCompletionContext::CCC_Expression; in mapCodeCompletionContext()
4275 return CodeCompletionContext::CCC_Expression; in mapCodeCompletionContext()
4277 return CodeCompletionContext(CodeCompletionContext::CCC_Expression, in mapCodeCompletionContext()
4847 : CodeCompletionContext::CCC_Expression, in CodeCompleteExpression()
6041 CodeCompletionContext::CCC_Expression); in CodeCompleteCase()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h220 CCC_Expression, enumerator