HomeSort by: relevance | last modified time | path
    Searched refs:ParseParenExpression (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 957 Res = ParseParenExpression(ParenExprType, false/*stopIfCastExr*/,
2301 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
2305 // If ParseParenExpression parsed a '(typename)' sequence only, then this is
2736 /// ParseParenExpression - This parses the unit that starts with a '(' token,
2764 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr,
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1823 /// ParenParseOption - Control what ParseParenExpression will parse.
1831 ExprResult ParseParenExpression(ParenParseOption &ExprType,

Completed in 33 milliseconds