Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DVarBypassDetector.cpp146 SC = SC->getNextSwitchCase()) { in Detect()
H A DCGStmt.cpp1510 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()
1621 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1369 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function
1370 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function
2028 assert(!SC->getNextSwitchCase() && in addSwitchCase()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp617 SC = SC->getNextSwitchCase()) { in VerifyJumps()
H A DSemaStmt.cpp884 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
H A DSemaCodeComplete.cpp4504 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5955 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp179 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5758 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
H A DExprConstant.cpp3981 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()