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

/external/clang/lib/Parse/
H A DParseStmt.cpp249 return ParseCompoundStatement();
381 StmtResult TryBlock(ParseCompoundStatement());
440 StmtResult Block(ParseCompoundStatement());
458 StmtResult Block(ParseCompoundStatement());
687 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { function in class:Parser
688 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
691 /// ParseCompoundStatement - Parse a "{}" block.
718 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, function in class:Parser
2064 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false,
2160 StmtResult Block(ParseCompoundStatement());
[all...]

Completed in 22 milliseconds