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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp63 bool VisitSwitchStmt(SwitchStmt *S) { function in class:__anon2965::CaseCollector
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp231 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp122 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) { function in class:StmtProfiler
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp401 CFGBlock *VisitSwitchStmt(SwitchStmt *S);
1214 return VisitSwitchStmt(cast<SwitchStmt>(S));
2649 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) { function in class:__anon3035::CFGBuilder
3660 void VisitSwitchStmt(SwitchStmt *Terminator) { function in class:__anon3037::CFGBlockTerminatorPrint
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp846 bool VisitSwitchStmt(SwitchStmt *S) { function in class:__anon3217::FallthroughMapper
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp132 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp195 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) { function in class:ASTStmtReader

Completed in 116 milliseconds