Searched defs:ParseCompoundStatementBody (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Parse/
H A DParseStmt.cpp829 return ParseCompoundStatementBody(isStmtExpr);
880 /// ParseCompoundStatementBody - Parse a sequence of statements and invoke the
884 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { function in class:Parser
1863 StmtResult FnBody(ParseCompoundStatementBody());

Completed in 910 milliseconds