Home
last modified time | relevance | path

Searched refs:ParseCompoundStatement (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp233 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()
461 StmtResult TryBlock(ParseCompoundStatement( in ParseSEHTryBlock()
532 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()
556 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()
834 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser
835 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()
861 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser
2150 StmtResult TryBlock(ParseCompoundStatement( in ParseCXXTryBlockCommon()
2255 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()
2277 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
H A DParseExpr.cpp2381 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
H A DParsePragma.cpp662 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1888 StmtResult ParseCompoundStatement(bool isStmtExpr = false);
1889 StmtResult ParseCompoundStatement(bool isStmtExpr,