Home
last modified time | relevance | path

Searched refs:setNextSwitchCase (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DStmt.h742 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
1116 SC->setNextSwitchCase(FirstCase.getPointer()); in addSwitchCase()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DStmt.h1455 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2161 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DStmt.h1492 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2202 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DStmt.h1492 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2202 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DStmt.h1371 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2030 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DStmt.h1544 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2302 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmt.h1543 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2269 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DStmt.h1509 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2219 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DStmt.h1510 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2220 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmt.h1543 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2273 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmt.h1543 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2273 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DStmt.h1543 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2269 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DStmt.h1543 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2273 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmt.h1543 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2269 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmt.h1543 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2273 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DStmt.h1543 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2273 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp263 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp263 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp253 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp253 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Serialization/
H A DASTReaderStmt.cpp261 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp259 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Serialization/
H A DASTReaderStmt.cpp255 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReaderStmt.cpp259 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp255 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()

12