Home
last modified time | relevance | path

Searched refs:ActOnCompoundStmt (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1229 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
2433 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false); in ParseFunctionStatementBody()
2470 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, None, false); in ParseFunctionTryBlock()
H A DParseOpenMP.cpp2948 Actions.ActOnCompoundStmt(Loc, Loc, llvm::None, in ParseOpenMPDeclarativeOrExecutableDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp8206 return S.ActOnCompoundStmt(Loc, Loc, Stmts.Stmts, /*IsStmtExpr=*/false); in build()
14650 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitCopyAssignment()
15020 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitMoveAssignment()
15168 ActOnCompoundStmt(Loc, Loc, None, /*isStmtExpr=*/false).getAs<Stmt>()); in DefineImplicitCopyConstructor()
15293 MoveConstructor->setBody(ActOnCompoundStmt( in DefineImplicitMoveConstructor()
H A DSemaStmt.cpp409 StmtResult Sema::ActOnCompoundStmt(SourceLocation L, SourceLocation R, in ActOnCompoundStmt() function in Sema
H A DTreeTransform.h1268 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt()
H A DSemaOpenMP.cpp5651 Body = AssertSuccess(Actions.ActOnCompoundStmt({}, {}, BodyStmts, false)); in buildDistanceFunc()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4901 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,