Home
last modified time | relevance | path

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

/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp63 bool VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in __anonf9ad4e870111::CaseCollector
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp344 bool VisitSwitchStmt(const SwitchStmt *SS) { return VisitChildren(SS); } VisitSwitchStmt() function in clang::TrivialFunctionAnalysisVisitor
/llvm-project/clang-tools-extra/clangd/
H A DInlayHints.cpp545 bool VisitSwitchStmt(SwitchStmt *S) { VisitSwitchStmt() function in clang::clangd::__anon4126c9110111::InlayHintVisitor
H A DXRefs.cpp1983 QualType VisitSwitchStmt(const SwitchStmt *S) { typeForNode() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp838 void VisitSwitchStmt(const SwitchStmt *S) { VisitSwitchStmt() function
H A DCoverageMappingGen.cpp1813 void VisitSwitchStmt(const SwitchStmt *S) { VisitSwitchStmt() function
/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp528 std::optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) { in VisitSwitchStmt() function in __anondd8a70880111::NotCalledClarifier
H A DCFG.cpp4329 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 DJSONNodeDumper.cpp1652 void JSONNodeDumper::VisitSwitchStmt(const SwitchStmt *SS) { VisitSwitchStmt() function in JSONNodeDumper
H A DTextNodeDumper.cpp1281 void TextNodeDumper::VisitSwitchStmt(const SwitchStmt *Node) { VisitSwitchStmt() function in TextNodeDumper
H A DStmtPrinter.cpp363 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) { VisitSwitchStmt() function in StmtPrinter
H A DStmtProfile.cpp288 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function in StmtProfiler
H A DASTImporter.cpp6940 ExpectedStmt ASTNodeImporter::VisitSwitchStmt(SwitchStmt *S) { VisitSwitchStmt() function in ASTNodeImporter
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp231 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) { VisitSwitchStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp245 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) { VisitSwitchStmt() function in ASTStmtReader
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1198 bool VisitSwitchStmt(SwitchStmt *S) { VisitSwitchStmt() function in __anon0bef6d8e0811::FallthroughMapper
H A DSemaStmt.cpp2044 void VisitSwitchStmt(const SwitchStmt* S) { VisitSwitchStmt() function in __anon86ccc4100d11::BreakContinueFinder
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp3128 void EnqueueVisitor::VisitSwitchStmt(const SwitchStmt *S) { VisitSwitchStmt() function in EnqueueVisitor