| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 170 assert(isa<DefaultStmt>(Label)); in printJson()
|
| H A D | CFG.cpp | 587 CFGBlock *VisitDefaultStmt(DefaultStmt *D); 2302 return VisitDefaultStmt(cast<DefaultStmt>(S)); in Visit() 4537 CFGBlock *CFGBuilder::VisitDefaultStmt(DefaultStmt *Terminator) { in VisitDefaultStmt() 5959 } else if (isa<DefaultStmt>(Label)) in print_block()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 716 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) in VerifyJumps()
|
| H A D | SemaStmt.cpp | 566 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); in ActOnDefaultStmt() 1299 DefaultStmt *TheDefaultStmt = nullptr; in ActOnFinishSwitchStmt() 1309 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) { in ActOnFinishSwitchStmt()
|
| H A D | AnalysisBasedWarnings.cpp | 984 Range = cast<DefaultStmt>(Term)->getDefaultLoc(); in DiagUninitUse()
|
| H A D | TreeTransform.h | 7902 StmtResult TreeTransform<Derived>::TransformDefaultStmt(DefaultStmt *S) { in TransformDefaultStmt()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 487 EmitDefaultStmt(cast<DefaultStmt>(*S), Attrs); in EmitSimpleStmt() 1815 void CodeGenFunction::EmitDefaultStmt(const DefaultStmt &S, in EmitDefaultStmt() 2024 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() 2029 if (const DefaultStmt *DS = dyn_cast<DefaultStmt>(Case)) { in FindCaseStatementsForValue() 2195 if (isa<DefaultStmt>(Case)) in EmitSwitchStmt()
|
| H A D | CodeGenPGO.cpp | 105 DefaultStmt, enumerator 509 return PGOHash::DefaultStmt; in DEFINE_NESTABLE_TRAVERSAL()
|
| H A D | CoverageMappingGen.cpp | 1872 HasDefaultCase = HasDefaultCase || isa<DefaultStmt>(Case); in VisitSwitchStmt()
|
| H A D | CodeGenFunction.h | 3565 void EmitDefaultStmt(const DefaultStmt &S, ArrayRef<const Attr *> Attrs);
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 346 bool VisitDefaultStmt(const DefaultStmt *DS) { return VisitChildren(DS); } in VisitDefaultStmt()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 1960 class DefaultStmt : public SwitchCase { 1964 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) 1968 explicit DefaultStmt(EmptyShell Empty) 1998 else if (const auto *DS = dyn_cast<DefaultStmt>(this)) 2006 else if (auto *DS = dyn_cast<DefaultStmt>(this))
|
| H A D | RecursiveASTVisitor.h | 2430 DEF_TRAVERSE_STMT(DefaultStmt, {})
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 25 def DefaultStmt : StmtNode<SwitchCase>;
|
| /src/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Compiler.h | 211 bool visitDefaultStmt(const DefaultStmt *S);
|
| H A D | Compiler.cpp | 4195 return visitDefaultStmt(cast<DefaultStmt>(S)); in visitStmt() 4604 bool Compiler<Emitter>::visitDefaultStmt(const DefaultStmt *S) { in visitDefaultStmt()
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 917 const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt> defaultStmt;
|
| /src/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1454 bool WalkUpFromDefaultStmt(DefaultStmt *S) { in WalkUpFromDefaultStmt()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 187 void ASTStmtReader::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt() 2949 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 176 void ASTStmtWriter::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 269 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) { in VisitDefaultStmt()
|
| H A D | StmtPrinter.cpp | 284 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) { in VisitDefaultStmt()
|
| H A D | ASTImporter.cpp | 537 ExpectedStmt VisitDefaultStmt(DefaultStmt *S); 6883 ExpectedStmt ASTNodeImporter::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt() 6892 return new (Importer.getToContext()) DefaultStmt( in VisitDefaultStmt()
|
| H A D | ExprConstant.cpp | 5118 if (isa<DefaultStmt>(SC)) { in EvaluateSwitch()
|
| /src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2358 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt>
|