| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransProtectedScope.cpp | 63 bool VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in __anon7c75b5e40111::CaseCollector
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 244 void VisitSwitchStmt(const SwitchStmt *Node);
|
| H A D | JSONNodeDumper.h | 315 void VisitSwitchStmt(const SwitchStmt *SS);
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 528 llvm::Optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) { in VisitSwitchStmt() function in __anon2223d6250111::NotCalledClarifier
|
| H A D | CFG.cpp | 608 CFGBlock *VisitSwitchStmt(SwitchStmt *S); 2335 return VisitSwitchStmt(cast<SwitchStmt>(S)); in Visit() 4262 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) { in VisitSwitchStmt() function in CFGBuilder 5497 void VisitSwitchStmt(SwitchStmt *Terminator) { in VisitSwitchStmt() function in __anon8d78c9ed0611::CFGBlockTerminatorPrint
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 619 void VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function
|
| H A D | CoverageMappingGen.cpp | 1276 void VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1503 void JSONNodeDumper::VisitSwitchStmt(const SwitchStmt *SS) { in VisitSwitchStmt() function in JSONNodeDumper
|
| H A D | TextNodeDumper.cpp | 968 void TextNodeDumper::VisitSwitchStmt(const SwitchStmt *Node) { in VisitSwitchStmt() function in TextNodeDumper
|
| H A D | StmtProfile.cpp | 272 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function in StmtProfiler
|
| H A D | StmtPrinter.cpp | 358 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) { in VisitSwitchStmt() function in StmtPrinter
|
| H A D | ASTImporter.cpp | 588 ExpectedStmt VisitSwitchStmt(SwitchStmt *S); 6458 ExpectedStmt ASTNodeImporter::VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in ASTNodeImporter
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1170 bool VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in __anondc78ae6b0811::FallthroughMapper
|
| H A D | SemaStmt.cpp | 2011 void VisitSwitchStmt(const SwitchStmt* S) { in VisitSwitchStmt() function in __anonb6e159cd0d11::BreakContinueFinder
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.cpp | 1879 QualType VisitSwitchStmt(const SwitchStmt *S) { in typeForNode() function
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 166 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in ASTStmtWriter
|
| H A D | ASTReaderStmt.cpp | 241 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in ASTStmtReader
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2123 void VisitSwitchStmt(const SwitchStmt *S); 2940 void EnqueueVisitor::VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function in EnqueueVisitor
|