HomeSort by: relevance | last modified time | path
    Searched defs:VisitSwitchStmt (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProtectedScope.cpp 63 bool VisitSwitchStmt(SwitchStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 619 void VisitSwitchStmt(const SwitchStmt *S) {
CoverageMappingGen.cpp 1269 void VisitSwitchStmt(const SwitchStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1443 void JSONNodeDumper::VisitSwitchStmt(const SwitchStmt *SS) {
TextNodeDumper.cpp 912 void TextNodeDumper::VisitSwitchStmt(const SwitchStmt *Node) {
StmtPrinter.cpp 279 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) {
StmtProfile.cpp 268 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 1175 bool VisitSwitchStmt(SwitchStmt *S) {
SemaStmt.cpp 1973 void VisitSwitchStmt(const SwitchStmt* S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 164 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) {
ASTReaderStmt.cpp 237 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 605 CFGBlock *VisitSwitchStmt(SwitchStmt *S);
2325 return VisitSwitchStmt(cast<SwitchStmt>(S));
4044 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) {
5278 void VisitSwitchStmt(SwitchStmt *Terminator) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2031 void VisitSwitchStmt(const SwitchStmt *S);
2817 void EnqueueVisitor::VisitSwitchStmt(const SwitchStmt *S) {

Completed in 40 milliseconds