Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp307 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
318 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
343 | (1LL << CodeCompletionContext::CCC_Expression) in getDeclShowContexts()
431 | (1LL << CodeCompletionContext::CCC_Expression) in CacheCodeCompletionResults()
481 | (1LL << CodeCompletionContext::CCC_Expression) in CacheCodeCompletionResults()
1976 | (1LL << CodeCompletionContext::CCC_Expression) in AugmentedCodeCompleteConsumer()
2031 case CodeCompletionContext::CCC_Expression: in CalculateHiddenNames()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp45 case CCC_Expression: in wantConstructorResults()
109 case CCKind::CCC_Expression: in getCompletionKindString()
H A DSemaCodeComplete.cpp226 case CodeCompletionContext::CCC_Expression: in ResultBuilder()
4441 return CodeCompletionContext::CCC_Expression; in mapCodeCompletionContext()
4444 return CodeCompletionContext::CCC_Expression; in mapCodeCompletionContext()
4446 return CodeCompletionContext(CodeCompletionContext::CCC_Expression, in mapCodeCompletionContext()
5019 : CodeCompletionContext::CCC_Expression, in CodeCompleteExpression()
6224 CodeCompletionContext::CCC_Expression); in CodeCompleteCase()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h220 CCC_Expression, enumerator