Home
last modified time | relevance | path

Searched refs:SEHLeaveStmt (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DStmtNodes.td213 def SEHLeaveStmt : StmtNode<Stmt>;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmt.h3432 class SEHLeaveStmt : public Stmt {
3436 explicit SEHLeaveStmt(SourceLocation LL) in SEHLeaveStmt() function
3440 explicit SEHLeaveStmt(EmptyShell Empty) : Stmt(SEHLeaveStmtClass, Empty) {} in SEHLeaveStmt() function
DRecursiveASTVisitor.h2705 DEF_TRAVERSE_STMT(SEHLeaveStmt, {})
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCFG.cpp602 CFGBlock *VisitSEHLeaveStmt(SEHLeaveStmt *S);
2319 return VisitSEHLeaveStmt(cast<SEHLeaveStmt>(S)); in Visit()
3162 CFGBlock *CFGBuilder::VisitSEHLeaveStmt(SEHLeaveStmt *LS) { in VisitSEHLeaveStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2238 void ASTStmtReader::VisitSEHLeaveStmt(SEHLeaveStmt *S) { in VisitSEHLeaveStmt()
3147 S = new (Context) SEHLeaveStmt(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp2175 void ASTStmtWriter::VisitSEHLeaveStmt(SEHLeaveStmt *S) { in VisitSEHLeaveStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtProfile.cpp367 void StmtProfiler::VisitSEHLeaveStmt(const SEHLeaveStmt *S) { in VisitSEHLeaveStmt()
DStmtPrinter.cpp630 void StmtPrinter::VisitSEHLeaveStmt(SEHLeaveStmt *Node) { in VisitSEHLeaveStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGException.cpp2262 void CodeGenFunction::EmitSEHLeaveStmt(const SEHLeaveStmt &S) { in EmitSEHLeaveStmt()
DCGStmt.cpp430 EmitSEHLeaveStmt(cast<SEHLeaveStmt>(*S)); in EmitSimpleStmt()
DCodeGenFunction.h3222 void EmitSEHLeaveStmt(const SEHLeaveStmt &S);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp4541 return new (Context) SEHLeaveStmt(Loc); in ActOnSEHLeaveStmt()
DTreeTransform.h8422 TreeTransform<Derived>::TransformSEHLeaveStmt(SEHLeaveStmt *S) { in TransformSEHLeaveStmt()