Home
last modified time | relevance | path

Searched refs:PCC_ParenthesizedExpression (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h87 PCC_ParenthesizedExpression, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1925 case SemaCodeCompletion::PCC_ParenthesizedExpression: in AddFunctionSpecifiers()
1976 case SemaCodeCompletion::PCC_ParenthesizedExpression: in WantTypesInContext()
2534 case SemaCodeCompletion::PCC_ParenthesizedExpression: in AddOrdinaryNameResults()
2536 CCC == SemaCodeCompletion::PCC_ParenthesizedExpression) { in AddOrdinaryNameResults()
4292 case SemaCodeCompletion::PCC_ParenthesizedExpression: in mapCodeCompletionContext()
4441 case PCC_ParenthesizedExpression: in CodeCompleteOrdinaryName()
4475 case PCC_ParenthesizedExpression: in CodeCompleteOrdinaryName()
4861 Data.IsParenthesized ? PCC_ParenthesizedExpression : PCC_Expression; in CodeCompleteExpression()