/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransProtectedScope.cpp | 63 bool VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in __anon2f6a04b40111::CaseCollector
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TextNodeDumper.h | 258 void VisitSwitchStmt(const SwitchStmt *Node);
|
H A D | JSONNodeDumper.h | 334 void VisitSwitchStmt(const SwitchStmt *SS);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 344 bool VisitSwitchStmt(const SwitchStmt *SS) { return VisitChildren(SS); } in VisitSwitchStmt() function in clang::TrivialFunctionAnalysisVisitor
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 528 std::optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) { in VisitSwitchStmt() function in __anon4ef948f50111::NotCalledClarifier
|
H A D | CFG.cpp | 625 CFGBlock *VisitSwitchStmt(SwitchStmt *S); 2399 return VisitSwitchStmt(cast<SwitchStmt>(S)); in Visit() 4329 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) { in VisitSwitchStmt() function in CFGBuilder 5573 void VisitSwitchStmt(SwitchStmt *Terminator) { in VisitSwitchStmt() function in __anonef2f84bd0711::CFGBlockTerminatorPrint
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 836 void VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function
|
H A D | CoverageMappingGen.cpp | 1815 void VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1651 void JSONNodeDumper::VisitSwitchStmt(const SwitchStmt *SS) { in VisitSwitchStmt() function in JSONNodeDumper
|
H A D | StmtProfile.cpp | 288 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function in StmtProfiler
|
H A D | StmtPrinter.cpp | 363 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) { in VisitSwitchStmt() function in StmtPrinter
|
H A D | TextNodeDumper.cpp | 1281 void TextNodeDumper::VisitSwitchStmt(const SwitchStmt *Node) { in VisitSwitchStmt() function in TextNodeDumper
|
H A D | ASTImporter.cpp | 541 ExpectedStmt VisitSwitchStmt(SwitchStmt *S); 6945 ExpectedStmt ASTNodeImporter::VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in ASTNodeImporter
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1198 bool VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in __anon9476153b0811::FallthroughMapper
|
H A D | SemaStmt.cpp | 2044 void VisitSwitchStmt(const SwitchStmt* S) { in VisitSwitchStmt() function in __anon4f6f6e9d0d11::BreakContinueFinder
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 231 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 245 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in ASTStmtReader
|