Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp2764 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression() argument
2887 if (isAmbiguousTypeId && !stopIfCastExpr) { in ParseParenExpression()
2979 if (stopIfCastExpr) { in ParseParenExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1832 bool stopIfCastExpr,