Searched refs:ParseCXXAmbiguousParenExpression (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Parse/
H A DParser.h1255 ExprResult ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType,
/external/clang/lib/Parse/
H A DParseExpr.cpp2056 // parens, so we defer to ParseCXXAmbiguousParenExpression for that.
2058 ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T);
H A DParseExprCXX.cpp2705 /// ParseCXXAmbiguousParenExpression - We have parsed the left paren of a
2709 Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType, function in class:Parser

Completed in 51 milliseconds