Home
last modified time | relevance | path

Searched refs:ParseThrowExpression (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1925 ExprResult ParseThrowExpression();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp169 return ParseThrowExpression(); in ParseAssignmentExpression()
H A DParseExprCXX.cpp1787 ExprResult Parser::ParseThrowExpression() { in ParseThrowExpression() function in Parser