/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransProtectedScope.cpp | 63 bool VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in __anonf9ad4e870111::CaseCollector
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 344 bool VisitSwitchStmt(const SwitchStmt *SS) { return VisitChildren(SS); } VisitSwitchStmt() function in clang::TrivialFunctionAnalysisVisitor
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | InlayHints.cpp | 545 bool VisitSwitchStmt(SwitchStmt *S) { VisitSwitchStmt() function in clang::clangd::__anon4126c9110111::InlayHintVisitor
|
H A D | XRefs.cpp | 1983 QualType VisitSwitchStmt(const SwitchStmt *S) { typeForNode() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 838 void VisitSwitchStmt(const SwitchStmt *S) { VisitSwitchStmt() function
|
H A D | CoverageMappingGen.cpp | 1813 void VisitSwitchStmt(const SwitchStmt *S) { VisitSwitchStmt() function
|
/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 528 std::optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) { in VisitSwitchStmt() function in __anondd8a70880111::NotCalledClarifier
|
H A D | CFG.cpp | 4329 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) { VisitSwitchStmt() function in CFGBuilder 5573 void VisitSwitchStmt(SwitchStmt *Terminator) { VisitSwitchStmt() function in __anon36ae77d00711::CFGBlockTerminatorPrint
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1652 void JSONNodeDumper::VisitSwitchStmt(const SwitchStmt *SS) { VisitSwitchStmt() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 1281 void TextNodeDumper::VisitSwitchStmt(const SwitchStmt *Node) { VisitSwitchStmt() function in TextNodeDumper
|
H A D | StmtPrinter.cpp | 363 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) { VisitSwitchStmt() function in StmtPrinter
|
H A D | StmtProfile.cpp | 288 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function in StmtProfiler
|
H A D | ASTImporter.cpp | 6940 ExpectedStmt ASTNodeImporter::VisitSwitchStmt(SwitchStmt *S) { VisitSwitchStmt() function in ASTNodeImporter
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 231 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) { VisitSwitchStmt() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 245 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) { VisitSwitchStmt() function in ASTStmtReader
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1198 bool VisitSwitchStmt(SwitchStmt *S) { VisitSwitchStmt() function in __anon0bef6d8e0811::FallthroughMapper
|
H A D | SemaStmt.cpp | 2044 void VisitSwitchStmt(const SwitchStmt* S) { VisitSwitchStmt() function in __anon86ccc4100d11::BreakContinueFinder
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 3128 void EnqueueVisitor::VisitSwitchStmt(const SwitchStmt *S) { VisitSwitchStmt() function in EnqueueVisitor
|