Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp51 case CCC_ParenthesizedExpression: in wantConstructorResults()
155 case CCKind::CCC_ParenthesizedExpression: in getCompletionKindString()
H A DSemaCodeComplete.cpp229 case CodeCompletionContext::CCC_ParenthesizedExpression: in ResultBuilder()
1039 CodeCompletionContext::CCC_ParenthesizedExpression)) in getBasePriority()
4276 return CodeCompletionContext::CCC_ParenthesizedExpression; in mapCodeCompletionContext()
4293 return CodeCompletionContext::CCC_ParenthesizedExpression; in mapCodeCompletionContext()
4857 ? CodeCompletionContext::CCC_ParenthesizedExpression in CodeCompleteExpression()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp307 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression); in getDeclShowContexts()
348 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression) in getDeclShowContexts()
442 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression); in CacheCodeCompletionResults()
489 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression) in CacheCodeCompletionResults()
1967 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression) in AugmentedCodeCompleteConsumer()
2025 case CodeCompletionContext::CCC_ParenthesizedExpression: in CalculateHiddenNames()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h312 CCC_ParenthesizedExpression, enumerator