Home
last modified time | relevance | path

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

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