Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp68 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
73 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
83 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/
H A DMultiwayPathsCoveredCheck.cpp61 CurrentCase = CurrentCase->getNextSwitchCase(); in countCaseLabels()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DVarBypassDetector.cpp145 SC = SC->getNextSwitchCase()) { in Detect()
H A DCGStmt.cpp1818 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()
1986 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
H A DCoverageMappingGen.cpp1327 for (; Case; Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DPopulateSwitch.cpp144 CaseList = CaseList->getNextSwitchCase()) { in REGISTER_TWEAK()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1574 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function
1575 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function
2332 assert(!SC->getNextSwitchCase() && in addSwitchCase()
/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp681 SC = SC->getNextSwitchCase()) { in VerifyJumps()
H A DSemaStmt.cpp1273 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
H A DSemaCodeComplete.cpp5874 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp537 Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1099 Case = Case->getNextSwitchCase()) in findCaseBounds()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7590 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp187 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6480 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
H A DExprConstant.cpp4998 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()