Searched defs:ParseCompoundStatement (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp229 return ParseCompoundStatement();
430 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false,
490 StmtResult Block(ParseCompoundStatement());
508 StmtResult Block(ParseCompoundStatement());
789 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { function in class:Parser
790 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
793 /// ParseCompoundStatement - Parse a "{}" block.
820 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, function in class:Parser
1969 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false,
2073 StmtResult Block(ParseCompoundStatement());
[all...]

Completed in 1304 milliseconds