Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp68 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
73 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
83 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp145 SC = SC->getNextSwitchCase()) { in Detect()
H A DCGStmt.cpp1736 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()
1904 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
H A DCoverageMappingGen.cpp1320 for (; Case; Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp676 SC = SC->getNextSwitchCase()) { in VerifyJumps()
H A DSemaStmt.cpp1236 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
H A DSemaCodeComplete.cpp5596 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp537 Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7181 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp185 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6369 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
H A DExprConstant.cpp4945 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()