Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp49 case CCC_Expression: in wantConstructorResults()
110 case CCKind::CCC_Expression: in getCompletionKindString()
H A DSemaCodeComplete.cpp188 case CodeCompletionContext::CCC_Expression: in ResultBuilder()
3560 return CodeCompletionContext::CCC_Expression; in mapCodeCompletionContext()
3563 return CodeCompletionContext::CCC_Expression; in mapCodeCompletionContext()
3565 return CodeCompletionContext(CodeCompletionContext::CCC_Expression, in mapCodeCompletionContext()
3877 CodeCompletionContext(CodeCompletionContext::CCC_Expression, in CodeCompleteExpression()
4546 CodeCompletionContext::CCC_Expression); in CodeCompleteCase()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp310 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
321 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
345 | (1LL << CodeCompletionContext::CCC_Expression) in getDeclShowContexts()
433 | (1LL << CodeCompletionContext::CCC_Expression) in CacheCodeCompletionResults()
484 | (1LL << CodeCompletionContext::CCC_Expression) in CacheCodeCompletionResults()
1894 | (1LL << CodeCompletionContext::CCC_Expression) in AugmentedCodeCompleteConsumer()
1948 case CodeCompletionContext::CCC_Expression: in CalculateHiddenNames()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h222 CCC_Expression, enumerator