Home
last modified time | relevance | path

Searched refs:ParseCompoundStatement (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp258 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()
499 StmtResult TryBlock(ParseCompoundStatement( in ParseSEHTryBlock()
570 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()
594 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()
876 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser
877 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()
903 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser
2392 StmtResult TryBlock(ParseCompoundStatement( in ParseCXXTryBlockCommon()
2498 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()
2520 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
H A DParseExpr.cpp2829 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
H A DParsePragma.cpp752 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2068 StmtResult ParseCompoundStatement(bool isStmtExpr = false);
2069 StmtResult ParseCompoundStatement(bool isStmtExpr,