Searched refs:DefaultStmt (Results 1 – 21 of 21) sorted by relevance
383 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SubStmt)) in BuildScopeInformation()522 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) in VerifyJumps()
398 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); in ActOnDefaultStmt()727 DefaultStmt *TheDefaultStmt = 0; in ActOnFinishSwitchStmt()734 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) { in ActOnFinishSwitchStmt()
604 Range = cast<DefaultStmt>(Term)->getDefaultLoc(); in DiagUninitUse()
5321 TreeTransform<Derived>::TransformDefaultStmt(DefaultStmt *S) { in TransformDefaultStmt()
187 case Stmt::DefaultStmtClass: EmitDefaultStmt(cast<DefaultStmt>(*S)); break; in EmitSimpleStmt()1027 void CodeGenFunction::EmitDefaultStmt(const DefaultStmt &S) { in EmitDefaultStmt()1192 const DefaultStmt *DefaultCase = 0; in FindCaseStatementsForValue()1197 if (const DefaultStmt *DS = dyn_cast<DefaultStmt>(Case)) { in FindCaseStatementsForValue()
1829 void EmitDefaultStmt(const DefaultStmt &S);
29 def DefaultStmt : DStmt<SwitchCase>;
723 class DefaultStmt : public SwitchCase {726 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : in DefaultStmt() function730 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() function756 return cast<DefaultStmt>(this)->getLocEnd(); in getLocEnd()
2014 DEF_TRAVERSE_STMT(DefaultStmt, { })
900 VISIT(DefaultStmt); in VisitStmt()1068 DECL_VISIT_STMT(DefaultStmt) { in DECL_VISIT_STMT() argument
902 VISIT(DefaultStmt); in VisitStmt()1070 DECL_VISIT_STMT(DefaultStmt) { in DECL_VISIT_STMT() argument
374 CFGBlock *VisitDefaultStmt(DefaultStmt *D);1138 return VisitDefaultStmt(cast<DefaultStmt>(S)); in Visit()2823 CFGBlock *CFGBuilder::VisitDefaultStmt(DefaultStmt *Terminator) { in VisitDefaultStmt()3800 } else if (isa<DefaultStmt>(Label)) in print_block()
103 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) { in VisitDefaultStmt()
914 return cast<DefaultStmt>(this)->getSubStmt(); in getSubStmt()
164 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) { in VisitDefaultStmt()
3061 if (isa<DefaultStmt>(SC)) { in EvaluateSwitch()
983 const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt> defaultStmt;
157 void ASTStmtReader::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt()1837 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
97 void ASTStmtWriter::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt()
1929 DEF_TRAVERSE_STMT(DefaultStmt, { })
2348 assert (isa<DefaultStmt>(Label)); in getNodeLabel()