Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp308 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()
607 StmtResult TryBlock(ParseCompoundStatement( in ParseSEHTryBlock()
678 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()
702 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()
1006 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser
1007 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()
1033 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser
2652 StmtResult TryBlock(ParseCompoundStatement( in ParseCXXTryBlockCommon()
2757 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()
2779 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
H A DParseExpr.cpp3091 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
H A DParsePragma.cpp954 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
/src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2184 StmtResult ParseCompoundStatement(bool isStmtExpr = false);
2185 StmtResult ParseCompoundStatement(bool isStmtExpr,