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.h89 PCC_ParenthesizedExpression, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1936 case SemaCodeCompletion::PCC_ParenthesizedExpression: in AddFunctionSpecifiers()
1987 case SemaCodeCompletion::PCC_ParenthesizedExpression: in WantTypesInContext()
2626 case SemaCodeCompletion::PCC_ParenthesizedExpression: in AddOrdinaryNameResults()
2628 CCC == SemaCodeCompletion::PCC_ParenthesizedExpression) { in AddOrdinaryNameResults()
4455 case SemaCodeCompletion::PCC_ParenthesizedExpression: in mapCodeCompletionContext()
4604 case PCC_ParenthesizedExpression: in CodeCompleteOrdinaryName()
4638 case PCC_ParenthesizedExpression: in CodeCompleteOrdinaryName()
5022 Data.IsParenthesized ? PCC_ParenthesizedExpression : PCC_Expression; in CodeCompleteExpression()