Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td189 def SEHLeaveStmt : Stmt;
/external/clang/include/clang/AST/
DStmt.h1972 class SEHLeaveStmt : public Stmt {
1975 explicit SEHLeaveStmt(SourceLocation LL) in SEHLeaveStmt() function
1979 explicit SEHLeaveStmt(EmptyShell Empty) : Stmt(SEHLeaveStmtClass, Empty) { } in SEHLeaveStmt() function
DRecursiveASTVisitor.h2380 DEF_TRAVERSE_STMT(SEHLeaveStmt, {})
/external/clang/lib/AST/
DStmtProfile.cpp219 void StmtProfiler::VisitSEHLeaveStmt(const SEHLeaveStmt *S) { in VisitSEHLeaveStmt()
DStmtPrinter.cpp580 void StmtPrinter::VisitSEHLeaveStmt(SEHLeaveStmt *Node) { in VisitSEHLeaveStmt()
/external/clang/lib/CodeGen/
DCGException.cpp1884 void CodeGenFunction::EmitSEHLeaveStmt(const SEHLeaveStmt &S) { in EmitSEHLeaveStmt()
DCGStmt.cpp315 case Stmt::SEHLeaveStmtClass: EmitSEHLeaveStmt(cast<SEHLeaveStmt>(*S)); break; in EmitSimpleStmt()
DCodeGenFunction.h2298 void EmitSEHLeaveStmt(const SEHLeaveStmt &S);
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1707 void ASTStmtReader::VisitSEHLeaveStmt(SEHLeaveStmt *S) { in VisitSEHLeaveStmt()
3225 S = new (Context) SEHLeaveStmt(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1757 void ASTStmtWriter::VisitSEHLeaveStmt(SEHLeaveStmt *S) { in VisitSEHLeaveStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp3802 return new (Context) SEHLeaveStmt(Loc); in ActOnSEHLeaveStmt()
DTreeTransform.h7156 TreeTransform<Derived>::TransformSEHLeaveStmt(SEHLeaveStmt *S) { in TransformSEHLeaveStmt()