HomeSort by relevance Sort by last modified time
    Searched refs:setNextSwitchCase (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
Stmt.h 641 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }
971 SC->setNextSwitchCase(FirstCase);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 209 PrevSC->setNextSwitchCase(SC);
    [all...]

Completed in 32 milliseconds