Searched refs:DefaultStmt (Results 1 – 21 of 21) sorted by relevance
393 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SubStmt)) in BuildScopeInformation()557 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) in VerifyJumps()
454 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); in ActOnDefaultStmt()798 DefaultStmt *TheDefaultStmt = nullptr; in ActOnFinishSwitchStmt()805 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) { in ActOnFinishSwitchStmt()
821 Range = cast<DefaultStmt>(Term)->getDefaultLoc(); in DiagUninitUse()
6032 TreeTransform<Derived>::TransformDefaultStmt(DefaultStmt *S) { in TransformDefaultStmt()
283 case Stmt::DefaultStmtClass: EmitDefaultStmt(cast<DefaultStmt>(*S)); break; in EmitSimpleStmt()1210 void CodeGenFunction::EmitDefaultStmt(const DefaultStmt &S) { in EmitDefaultStmt()1378 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue()1383 if (const DefaultStmt *DS = dyn_cast<DefaultStmt>(Case)) { in FindCaseStatementsForValue()1485 if (isa<DefaultStmt>(Case)) in EmitSwitchStmt()
83 DefaultStmt, enumerator173 return PGOHash::DefaultStmt; in getHashType()
2153 void EmitDefaultStmt(const DefaultStmt &S);
738 class DefaultStmt : public SwitchCase {741 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : in DefaultStmt() function745 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() function771 return cast<DefaultStmt>(this)->getLocEnd(); in getLocEnd()
1929 DEF_TRAVERSE_STMT(DefaultStmt, {})
29 def DefaultStmt : DStmt<SwitchCase>;
883 VISIT(DefaultStmt); in VisitStmt()1051 DECL_VISIT_STMT(DefaultStmt) { in DECL_VISIT_STMT() argument
454 CFGBlock *VisitDefaultStmt(DefaultStmt *D);1530 return VisitDefaultStmt(cast<DefaultStmt>(S)); in Visit()3253 CFGBlock *CFGBuilder::VisitDefaultStmt(DefaultStmt *Terminator) { in VisitDefaultStmt()4347 } else if (isa<DefaultStmt>(Label)) in print_block()
848 return cast<DefaultStmt>(this)->getSubStmt(); in getSubStmt()
103 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) { in VisitDefaultStmt()
161 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) { in VisitDefaultStmt()
181 Stmt *VisitDefaultStmt(DefaultStmt *S);4645 Stmt *ASTNodeImporter::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt()4651 return new (Importer.getToContext()) DefaultStmt(ToDefaultLoc, ToColonLoc, in VisitDefaultStmt()
3394 if (isa<DefaultStmt>(SC)) { in EvaluateSwitch()
1398 const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt> defaultStmt;
157 void ASTStmtReader::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt()2566 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
97 void ASTStmtWriter::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt()
2612 assert (isa<DefaultStmt>(Label)); in getNodeLabel()