Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransProtectedScope.cpp68 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
73 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
83 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDVarBypassDetector.cpp145 SC = SC->getNextSwitchCase()) { in Detect()
HDCGStmt.cpp2026 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()
2194 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
HDCoverageMappingGen.cpp1871 for (; Case; Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDJumpDiagnostics.cpp710 SC = SC->getNextSwitchCase()) { in VerifyJumps()
HDSemaStmt.cpp1307 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
HDSemaCodeComplete.cpp6039 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1779 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function
1780 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function
2547 assert(!SC->getNextSwitchCase() && in addSwitchCase()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCalledOnceCheck.cpp537 Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h7893 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp252 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp4553 SC = SC->getNextSwitchCase()) { in visitSwitchStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp6967 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
HDExprConstant.cpp5117 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()