Home
last modified time | relevance | path

Searched refs:getNextSwitchCase (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp68 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
73 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
83 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DVarBypassDetector.cpp145 SC = SC->getNextSwitchCase()) { in Detect()
H A DCGStmt.cpp1698 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()
1866 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
H A DCoverageMappingGen.cpp1320 for (; Case; Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1541 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function
1542 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function
2271 assert(!SC->getNextSwitchCase() && in addSwitchCase()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp676 SC = SC->getNextSwitchCase()) { in VerifyJumps()
H A DSemaStmt.cpp1236 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
H A DSemaCodeComplete.cpp5593 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp537 Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7169 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp185 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6240 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
H A DExprConstant.cpp4942 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()