Searched refs:ParseCompoundStatement (Results 1 - 4 of 4) 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...]
H A DParseExpr.cpp1969 StmtResult Stmt(ParseCompoundStatement(true));
H A DParsePragma.cpp404 StmtResult R = ParseCompoundStatement();
/external/clang/include/clang/Parse/
H A DParser.h1590 StmtResult ParseCompoundStatement(bool isStmtExpr = false);
1591 StmtResult ParseCompoundStatement(bool isStmtExpr,

Completed in 1184 milliseconds