Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2153 ExprVector ExecConfigExprs; in ParsePostfixExpressionSuffix() local
2156 if (ParseSimpleExpressionList(ExecConfigExprs)) { in ParsePostfixExpressionSuffix()
2182 getCurScope(), OpenLoc, ExecConfigExprs, CloseLoc); in ParsePostfixExpressionSuffix()