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

/external/clang/lib/Parse/
H A DParseExpr.cpp645 Res = ParseParenExpression(ParenExprType, false/*stopIfCastExr*/,
1529 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1533 // If ParseParenExpression parsed a '(typename)' sequence only, then this is
1901 /// ParseParenExpression - This parses the unit that starts with a '(' token,
1923 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, function in class:Parser
/external/clang/include/clang/Parse/
H A DParser.h1388 /// ParenParseOption - Control what ParseParenExpression will parse.
1395 ExprResult ParseParenExpression(ParenParseOption &ExprType,

Completed in 352 milliseconds