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

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

Completed in 180 milliseconds