Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h668 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h1543 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function