Searched refs:FnTry (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp1900 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true));
1964 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { argument
1971 (FnTry ? Scope::FnTryCatchScope : 0)));
2008 StmtResult Handler(ParseCXXCatchBlock(FnTry));
/external/clang/include/clang/Parse/
H A DParser.h1661 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);

Completed in 171 milliseconds