Searched refs:VisitSwitchStmt (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp62 bool VisitSwitchStmt(SwitchStmt *S) { function in class:__anon2685::CaseCollector
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h306 void VisitSwitchStmt(const SwitchStmt *SS);
H A DTextNodeDumper.h226 void VisitSwitchStmt(const SwitchStmt *Node);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp601 void VisitSwitchStmt(const SwitchStmt *S) { function in struct:__anon2940::ComputeRegionCounts
H A DCoverageMappingGen.cpp1102 void VisitSwitchStmt(const SwitchStmt *S) { function in namespace:__anon2949
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp607 CFGBlock *VisitSwitchStmt(SwitchStmt *S);
2327 return VisitSwitchStmt(cast<SwitchStmt>(S));
4020 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) { function in class:CFGBuilder
5253 void VisitSwitchStmt(SwitchStmt *Terminator) { function in class:__anon2774::CFGBlockTerminatorPrint
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1429 void JSONNodeDumper::VisitSwitchStmt(const SwitchStmt *SS) { function in class:JSONNodeDumper
H A DStmtPrinter.cpp283 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp267 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) { function in class:StmtProfiler
H A DASTImporter.cpp562 ExpectedStmt VisitSwitchStmt(SwitchStmt *S);
6055 ExpectedStmt ASTNodeImporter::VisitSwitchStmt(SwitchStmt *S) { function in class:ASTNodeImporter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1165 bool VisitSwitchStmt(SwitchStmt *S) { function in class:__anon3128::FallthroughMapper
H A DSemaStmt.cpp1643 void VisitSwitchStmt(const SwitchStmt* S) { function in class:__anon3211::BreakContinueFinder
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp231 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp161 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) { function in class:ASTStmtWriter

Completed in 388 milliseconds