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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp648 Res = ParseParenExpression(ParenExprType, false/*stopIfCastExr*/,
1588 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1592 // If ParseParenExpression parsed a '(typename)' sequence only, then this is
1919 /// ParseParenExpression - This parses the unit that starts with a '(' token,
1941 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, function in class:Parser
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1277 /// ParenParseOption - Control what ParseParenExpression will parse.
1284 ExprResult ParseParenExpression(ParenParseOption &ExprType,

Completed in 171 milliseconds