Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp2184 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression() argument
2300 if (isAmbiguousTypeId && !stopIfCastExpr) { in ParseParenExpression()
2350 if (stopIfCastExpr) { in ParseParenExpression()
/external/llvm-project/clang/lib/Parse/
DParseExpr.cpp2757 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression() argument
2880 if (isAmbiguousTypeId && !stopIfCastExpr) { in ParseParenExpression()
2972 if (stopIfCastExpr) { in ParseParenExpression()
/external/clang/include/clang/Parse/
DParser.h1477 bool stopIfCastExpr,
/external/llvm-project/clang/include/clang/Parse/
DParser.h1850 bool stopIfCastExpr,