Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp1490 case Sema::PCC_Expression: in AddFunctionSpecifiers()
1538 case Sema::PCC_Expression: in WantTypesInContext()
2054 case Sema::PCC_Expression: { in AddOrdinaryNameResults()
3562 case Sema::PCC_Expression: in mapCodeCompletionContext()
3723 case PCC_Expression: in CodeCompleteOrdinaryName()
3756 case PCC_Expression: in CodeCompleteOrdinaryName()
4792 CodeCompleteOrdinaryName(S, PCC_Expression); in CodeCompleteInitializer()
4815 CodeCompleteOrdinaryName(S, PCC_Expression); in CodeCompleteReturn()
4963 CodeCompleteOrdinaryName(S, PCC_Expression); in CodeCompleteBinaryRHS()
6442 CodeCompleteOrdinaryName(S, PCC_Expression); in CodeCompleteObjCClassMessage()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp162 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression); in ParseAssignmentExpression()
1427 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression); in ParseCastExpression()
2337 : Sema::PCC_Expression); in ParseParenExpression()
2849 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression); in ParseExpressionList()
H A DParseStmt.cpp1614 : Sema::PCC_Expression); in ParseForStatement()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10310 PCC_Expression, enumerator