Home
last modified time | relevance | path

Searched defs:VisitSwitchStmt (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp63 bool VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in __anon2f6a04b40111::CaseCollector
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp344 bool VisitSwitchStmt(const SwitchStmt *SS) { return VisitChildren(SS); } in VisitSwitchStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp836 void VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function
H A DCoverageMappingGen.cpp1815 void VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp528 std::optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) { in VisitSwitchStmt() function in __anon4ef948f50111::NotCalledClarifier
H A DCFG.cpp4329 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/AST/
H A DJSONNodeDumper.cpp1651 void JSONNodeDumper::VisitSwitchStmt(const SwitchStmt *SS) { in VisitSwitchStmt() function in JSONNodeDumper
H A DTextNodeDumper.cpp1281 void TextNodeDumper::VisitSwitchStmt(const SwitchStmt *Node) { in VisitSwitchStmt() function in TextNodeDumper
H A DStmtPrinter.cpp363 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) { in VisitSwitchStmt() function in StmtPrinter
H A DStmtProfile.cpp288 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function in StmtProfiler
H A DASTImporter.cpp6945 ExpectedStmt ASTNodeImporter::VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp231 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp245 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1198 bool VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in __anon9476153b0811::FallthroughMapper
H A DSemaStmt.cpp2044 void VisitSwitchStmt(const SwitchStmt* S) { in VisitSwitchStmt() function in __anon4f6f6e9d0d11::BreakContinueFinder