Searched refs:ActOnCompoundStmt (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1320 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 D | ParseOpenMP.cpp | 2559 Actions.ActOnCompoundStmt(Loc, Loc, std::nullopt, in ParseOpenMPExecutableDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8413 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 D | SemaStmt.cpp | 415 StmtResult Sema::ActOnCompoundStmt(SourceLocation L, SourceLocation R, in ActOnCompoundStmt() function in Sema
|
H A D | TreeTransform.h | 1353 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, in RebuildCompoundStmt()
|
H A D | SemaOpenMP.cpp | 5527 Body = AssertSuccess(Actions.ActOnCompoundStmt({}, {}, BodyStmts, false)); in buildDistanceFunc()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 10683 StmtResult ActOnCompoundStmt(SourceLocation L, SourceLocation R,
|