Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1320 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
2535 Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, std::nullopt, false); in ParseFunctionStatementBody()
2573 Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, std::nullopt, false); in ParseFunctionTryBlock()
H A DParseOpenMP.cpp2559 Actions.ActOnCompoundStmt(Loc, Loc, std::nullopt, in ParseOpenMPExecutableDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8413 return S.ActOnCompoundStmt(Loc, Loc, Stmts.Stmts, /*IsStmtExpr=*/false); in build()
15089 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitCopyAssignment()
15479 Body = ActOnCompoundStmt(Loc, Loc, Statements, in DefineImplicitMoveAssignment()
15632 ActOnCompoundStmt(Loc, Loc, std::nullopt, /*isStmtExpr=*/false) in DefineImplicitCopyConstructor()
15764 ActOnCompoundStmt(Loc, Loc, std::nullopt, /*isStmtExpr=*/false) in DefineImplicitMoveConstructor()
H A DSemaStmt.cpp415 StmtResult Sema::ActOnCompoundStmt(SourceLocation L, SourceLocation R, in ActOnCompoundStmt() function in Sema
H A DTreeTransform.h1353 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt()
H A DSemaOpenMP.cpp5527 Body = AssertSuccess(Actions.ActOnCompoundStmt({}, {}, BodyStmts, false)); in buildDistanceFunc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10683 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,