Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td212 def SEHLeaveStmt : StmtNode<Stmt>;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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
H A DRecursiveASTVisitor.h2679 DEF_TRAVERSE_STMT(SEHLeaveStmt, {})
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp602 CFGBlock *VisitSEHLeaveStmt(SEHLeaveStmt *S);
2312 return VisitSEHLeaveStmt(cast<SEHLeaveStmt>(S)); in Visit()
3155 CFGBlock *CFGBuilder::VisitSEHLeaveStmt(SEHLeaveStmt *LS) { in VisitSEHLeaveStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2228 void ASTStmtReader::VisitSEHLeaveStmt(SEHLeaveStmt *S) { in VisitSEHLeaveStmt()
3129 S = new (Context) SEHLeaveStmt(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2164 void ASTStmtWriter::VisitSEHLeaveStmt(SEHLeaveStmt *S) { in VisitSEHLeaveStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp367 void StmtProfiler::VisitSEHLeaveStmt(const SEHLeaveStmt *S) { in VisitSEHLeaveStmt()
H A DStmtPrinter.cpp629 void StmtPrinter::VisitSEHLeaveStmt(SEHLeaveStmt *Node) { in VisitSEHLeaveStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp2262 void CodeGenFunction::EmitSEHLeaveStmt(const SEHLeaveStmt &S) { in EmitSEHLeaveStmt()
H A DCGStmt.cpp427 EmitSEHLeaveStmt(cast<SEHLeaveStmt>(*S)); in EmitSimpleStmt()
H A DCodeGenFunction.h3222 void EmitSEHLeaveStmt(const SEHLeaveStmt &S);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4593 return new (Context) SEHLeaveStmt(Loc); in ActOnSEHLeaveStmt()
H A DTreeTransform.h8399 TreeTransform<Derived>::TransformSEHLeaveStmt(SEHLeaveStmt *S) { in TransformSEHLeaveStmt()