Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp234 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()
445 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false, in ParseSEHTryBlock()
515 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()
539 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()
831 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser
832 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope); in ParseCompoundStatement()
857 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser
2072 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false, in ParseCXXTryBlockCommon()
2176 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()
2198 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
DParsePragma.cpp446 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
DParseExpr.cpp2245 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
/external/clang/include/clang/Parse/
DParser.h1689 StmtResult ParseCompoundStatement(bool isStmtExpr = false);
1690 StmtResult ParseCompoundStatement(bool isStmtExpr,