Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1308 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
2520 Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, std::nullopt, false); in ParseFunctionStatementBody()
2558 Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, std::nullopt, false); in ParseFunctionTryBlock()
H A DParseOpenMP.cpp2974 Actions.ActOnCompoundStmt(Loc, Loc, std::nullopt, in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8516 return S.ActOnCompoundStmt(Loc, Loc, Stmts.Stmts, /*IsStmtExpr=*/false); in build()
15215 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitCopyAssignment()
15603 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitMoveAssignment()
15753 ActOnCompoundStmt(Loc, Loc, std::nullopt, /*isStmtExpr=*/false) in DefineImplicitCopyConstructor()
15882 ActOnCompoundStmt(Loc, Loc, std::nullopt, /*isStmtExpr=*/false) in DefineImplicitMoveConstructor()
H A DSemaStmt.cpp410 StmtResult Sema::ActOnCompoundStmt(SourceLocation L, SourceLocation R, in ActOnCompoundStmt() function in Sema
H A DTreeTransform.h1332 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt()
H A DSemaOpenMP.cpp5753 Body = AssertSuccess(Actions.ActOnCompoundStmt({}, {}, BodyStmts, false)); in buildDistanceFunc()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5150 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,