Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h641 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
971 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp209 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()