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.cpp311 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
322 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
347 | (1LL << CodeCompletionContext::CCC_Expression) in getDeclShowContexts()
435 | (1LL << CodeCompletionContext::CCC_Expression) in CacheCodeCompletionResults()
485 | (1LL << CodeCompletionContext::CCC_Expression) in CacheCodeCompletionResults()
1961 | (1LL << CodeCompletionContext::CCC_Expression) in AugmentedCodeCompleteConsumer()
2016 case CodeCompletionContext::CCC_Expression: in CalculateHiddenNames()
/freebsd/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.cpp227 case CodeCompletionContext::CCC_Expression: in ResultBuilder()
4278 return CodeCompletionContext::CCC_Expression; in mapCodeCompletionContext()
4281 return CodeCompletionContext::CCC_Expression; in mapCodeCompletionContext()
4283 return CodeCompletionContext(CodeCompletionContext::CCC_Expression, in mapCodeCompletionContext()
4858 : CodeCompletionContext::CCC_Expression, in CodeCompleteExpression()
6074 CodeCompletionContext::CCC_Expression); in CodeCompleteCase()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h220 CCC_Expression, enumerator