Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h671 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
1008 SC->setNextSwitchCase(FirstCase.getPointer()); in addSwitchCase()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp209 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp4742 LastChainedSwitchCase->setNextSwitchCase(ToSC); in VisitSwitchStmt()