Searched defs:VisitSwitchStmt (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp63 bool VisitSwitchStmt(SwitchStmt *S) { function in class:__anon1116::CaseCollector
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp453 void VisitSwitchStmt(const SwitchStmt *S) { function in struct:__anon1321::ComputeRegionCounts
H A DCoverageMappingGen.cpp742 void VisitSwitchStmt(const SwitchStmt *S) { function in struct:__anon1327::CounterCoverageMappingBuilder
/external/clang/lib/AST/
H A DStmtProfile.cpp122 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp219 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) { function in class:StmtPrinter
H A DASTImporter.cpp185 Stmt *VisitSwitchStmt(SwitchStmt *S);
4713 Stmt *ASTNodeImporter::VisitSwitchStmt(SwitchStmt *S) { function in class:ASTNodeImporter
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1026 bool VisitSwitchStmt(SwitchStmt *S) { function in class:__anon1461::FallthroughMapper
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp131 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp195 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) { function in class:ASTStmtReader
/external/clang/lib/Analysis/
H A DCFG.cpp480 CFGBlock *VisitSwitchStmt(SwitchStmt *S);
1597 return VisitSwitchStmt(cast<SwitchStmt>(S));
3053 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) { function in class:__anon1213::CFGBuilder
4125 void VisitSwitchStmt(SwitchStmt *Terminator) { function in class:__anon1215::CFGBlockTerminatorPrint
/external/clang/tools/libclang/
H A DCIndex.cpp1906 void VisitSwitchStmt(const SwitchStmt *S);
2458 void EnqueueVisitor::VisitSwitchStmt(const SwitchStmt *S) { function in class:EnqueueVisitor

Completed in 275 milliseconds