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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp651 Res = ParseParenExpression(ParenExprType, false/*stopIfCastExr*/,
1633 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1637 // If ParseParenExpression parsed a '(typename)' sequence only, then this is
1995 /// ParseParenExpression - This parses the unit that starts with a '(' token,
2017 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, function in class:Parser
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1305 /// ParenParseOption - Control what ParseParenExpression will parse.
1312 ExprResult ParseParenExpression(ParenParseOption &ExprType,

Completed in 67 milliseconds