Home
last modified time | relevance | path

Searched refs:ParseCompoundStatementBody (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseObjc.cpp1780 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()
1816 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()
1858 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
1884 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
1919 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
DParseStmt.cpp844 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
899 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser
1873 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
DParseExpr.cpp2719 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
DParseExprCXX.cpp1248 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
/external/clang/include/clang/Parse/
DParser.h1586 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);