Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransProtectedScope.cpp63 bool VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in __anon633106860111::CaseCollector
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DCFG.cpp401 CFGBlock *VisitSwitchStmt(SwitchStmt *S);
1214 return VisitSwitchStmt(cast<SwitchStmt>(S)); in Visit()
2649 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) { in VisitSwitchStmt() function in __anon7f9b860f0111::CFGBuilder
3660 void VisitSwitchStmt(SwitchStmt *Terminator) { in VisitSwitchStmt() function in __anon7f9b860f0311::CFGBlockTerminatorPrint
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DStmtProfile.cpp122 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt() function in StmtProfiler
DStmtPrinter.cpp231 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) { in VisitSwitchStmt() function in StmtPrinter
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DAnalysisBasedWarnings.cpp846 bool VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in __anon0630fe0d0511::FallthroughMapper
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterStmt.cpp132 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in ASTStmtWriter
DASTReaderStmt.cpp195 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) { in VisitSwitchStmt() function in ASTStmtReader