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

/external/clang/lib/Parse/
H A DParseStmt.cpp1900 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true));
1945 return ParseCXXTryBlockCommon(TryLoc);
1948 /// ParseCXXTryBlockCommon - Parse the common part of try-block and
1964 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { function in class:Parser
/external/clang/include/clang/Parse/
H A DParser.h1661 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);

Completed in 1113 milliseconds