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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1318 ExprResult ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2116 // parens, so we defer to ParseCXXAmbiguousParenExpression for that.
2118 ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T);
H A DParseExprCXX.cpp2958 /// ParseCXXAmbiguousParenExpression - We have parsed the left paren of a
2962 Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType, function in class:Parser

Completed in 59 milliseconds