| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.h | 65 bool visitDefaultStmt(const DefaultStmt *S);
|
| H A D | ByteCodeStmtGen.cpp | 272 return visitDefaultStmt(cast<DefaultStmt>(S)); in visitStmt() 652 bool ByteCodeStmtGen<Emitter>::visitDefaultStmt(const DefaultStmt *S) { in visitDefaultStmt()
|
| /freebsd-14.2/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); 2305 return VisitDefaultStmt(cast<DefaultStmt>(S)); in Visit() 4540 CFGBlock *CFGBuilder::VisitDefaultStmt(DefaultStmt *Terminator) { in VisitDefaultStmt() 5962 } else if (isa<DefaultStmt>(Label)) in print_block()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 470 EmitDefaultStmt(cast<DefaultStmt>(*S), Attrs); in EmitSimpleStmt() 1636 void CodeGenFunction::EmitDefaultStmt(const DefaultStmt &S, in EmitDefaultStmt() 1845 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() 1850 if (const DefaultStmt *DS = dyn_cast<DefaultStmt>(Case)) { in FindCaseStatementsForValue() 2016 if (isa<DefaultStmt>(Case)) in EmitSwitchStmt()
|
| H A D | CodeGenPGO.cpp | 103 DefaultStmt, enumerator 420 return PGOHash::DefaultStmt; in DEFINE_NESTABLE_TRAVERSAL()
|
| H A D | CoverageMappingGen.cpp | 1739 HasDefaultCase = HasDefaultCase || isa<DefaultStmt>(Case); in VisitSwitchStmt()
|
| H A D | CodeGenFunction.h | 3339 void EmitDefaultStmt(const DefaultStmt &S, ArrayRef<const Attr *> Attrs);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 707 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) in VerifyJumps()
|
| H A D | SemaStmt.cpp | 548 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); in ActOnDefaultStmt() 1276 DefaultStmt *TheDefaultStmt = nullptr; in ActOnFinishSwitchStmt() 1286 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 | 7618 StmtResult TreeTransform<Derived>::TransformDefaultStmt(DefaultStmt *S) { in TransformDefaultStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 1953 class DefaultStmt : public SwitchCase { 1957 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) in DefaultStmt() function 1961 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() function 1991 else if (const auto *DS = dyn_cast<DefaultStmt>(this)) in getEndLoc() 1999 else if (auto *DS = dyn_cast<DefaultStmt>(this)) in getSubStmt()
|
| H A D | RecursiveASTVisitor.h | 2372 DEF_TRAVERSE_STMT(DefaultStmt, {})
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 25 def DefaultStmt : StmtNode<SwitchCase>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 917 const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt> defaultStmt;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1453 bool WalkUpFromDefaultStmt(DefaultStmt *S) { in WalkUpFromDefaultStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 187 void ASTStmtReader::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt() 2892 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 176 void ASTStmtWriter::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt()
|
| /freebsd-14.2/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 | 536 ExpectedStmt VisitDefaultStmt(DefaultStmt *S); 6781 ExpectedStmt ASTNodeImporter::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt() 6790 return new (Importer.getToContext()) DefaultStmt( in VisitDefaultStmt()
|
| H A D | ExprConstant.cpp | 5083 if (isa<DefaultStmt>(SC)) { in EvaluateSwitch()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2357 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt>
|