Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1774 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2542 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp269 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6870 LastChainedSwitchCase->setNextSwitchCase(*ToSCOrErr); in VisitSwitchStmt()