Home
last modified time | relevance | path

Searched refs:ParseCXXTryBlockCommon (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp1956 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true)); in ParseFunctionTryBlock()
2001 return ParseCXXTryBlockCommon(TryLoc); in ParseCXXTryBlock()
2020 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon() function in Parser
/external/clang/include/clang/Parse/
DParser.h1728 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);