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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1588 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1921 /// in ExprType. If stopIfCastExpr is true, it will only return the parsed type,
1941 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, argument
2037 // If stopIfCastExpr is true the context is a typeof/sizeof/alignof
2039 // if stopIfCastExpr is false, we need to determine the context past the
2041 if (isAmbiguousTypeId && !stopIfCastExpr) {
2089 if (stopIfCastExpr) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1285 bool stopIfCastExpr,

Completed in 165 milliseconds