Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp226 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()
433 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false, in ParseSEHTryBlock()
503 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()
527 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()
815 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser
816 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope); in ParseCompoundStatement()
841 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser
2024 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false, in ParseCXXTryBlockCommon()
2128 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()
2150 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
DParseExpr.cpp2197 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
DParsePragma.cpp440 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
/external/clang/include/clang/Parse/
DParser.h1657 StmtResult ParseCompoundStatement(bool isStmtExpr = false);
1658 StmtResult ParseCompoundStatement(bool isStmtExpr,