Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1576 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
2334 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp265 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6485 LastChainedSwitchCase->setNextSwitchCase(*ToSCOrErr); in VisitSwitchStmt()