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

/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp63 bool VisitSwitchStmt(SwitchStmt *S) { function in class:__anon286::CaseCollector
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h310 void VisitSwitchStmt(const SwitchStmt *SS);
H A DTextNodeDumper.h241 void VisitSwitchStmt(const SwitchStmt *Node);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp528 llvm::Optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) {
H A DCFG.cpp605 CFGBlock *VisitSwitchStmt(SwitchStmt *S);
2325 return VisitSwitchStmt(cast<SwitchStmt>(S));
4044 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) { function in class:CFGBuilder
5278 void VisitSwitchStmt(SwitchStmt *Terminator) { function in class:__anon369::CFGBlockTerminatorPrint
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp619 void VisitSwitchStmt(const SwitchStmt *S) { function in struct:__anon543::ComputeRegionCounts
H A DCoverageMappingGen.cpp1269 void VisitSwitchStmt(const SwitchStmt *S) { function in namespace:__anon552
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1443 void JSONNodeDumper::VisitSwitchStmt(const SwitchStmt *SS) { function in class:JSONNodeDumper
H A DStmtPrinter.cpp279 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp268 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) { function in class:StmtProfiler
H A DASTImporter.cpp550 ExpectedStmt VisitSwitchStmt(SwitchStmt *S);
6218 ExpectedStmt ASTNodeImporter::VisitSwitchStmt(SwitchStmt *S) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1175 bool VisitSwitchStmt(SwitchStmt *S) { function in class:__anon745::FallthroughMapper
H A DSemaStmt.cpp1973 void VisitSwitchStmt(const SwitchStmt* S) { function in class:__anon838::BreakContinueFinder
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp237 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp164 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) { function in class:ASTStmtWriter
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2031 void VisitSwitchStmt(const SwitchStmt *S);
2817 void EnqueueVisitor::VisitSwitchStmt(const SwitchStmt *S) { function in class:EnqueueVisitor

Completed in 231 milliseconds