Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp229 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()
427 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false, in ParseSEHTryBlock()
497 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()
521 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()
809 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser
810 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope); in ParseCompoundStatement()
835 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser
1978 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false, in ParseCXXTryBlockCommon()
2082 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()
2104 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
DParsePragma.cpp430 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
DParseExpr.cpp2111 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
/external/clang/include/clang/Parse/
DParser.h1582 StmtResult ParseCompoundStatement(bool isStmtExpr = false);
1583 StmtResult ParseCompoundStatement(bool isStmtExpr,