Searched refs:stopIfCastExpr (Results 1 - 2 of 2) sorted by path

/external/clang/include/clang/Parse/
H A DParser.h1396 bool stopIfCastExpr,
/external/clang/lib/Parse/
H A DParseExpr.cpp1529 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1903 /// in ExprType. If stopIfCastExpr is true, it will only return the parsed type,
1923 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, argument
2019 // If stopIfCastExpr is true the context is a typeof/sizeof/alignof
2021 // if stopIfCastExpr is false, we need to determine the context past the
2023 if (isAmbiguousTypeId && !stopIfCastExpr) {
2073 if (stopIfCastExpr) {

Completed in 240 milliseconds