Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2241 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()
2267 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()
2314 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2345 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2383 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
H A DParseStmt.cpp961 R = ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
1092 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser
2393 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
H A DParseExprCXX.cpp1480 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
H A DParseExpr.cpp3347 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7358 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4396 {"_ZN5clang6Parser26ParseCompoundStatementBodyEb", "clang::Parser::ParseCompoundStatementBody(bool)…