Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp2308 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true)); in ParseFunctionTryBlock()
2369 return ParseCXXTryBlockCommon(TryLoc); in ParseCXXTryBlock()
2388 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon() function in Parser
/netbsd/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2143 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);