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

  /external/clang/include/clang/AST/
Stmt.h 916 SwitchCase *FirstCase;
950 const SwitchCase *getSwitchCaseList() const { return FirstCase; }
956 SwitchCase *getSwitchCaseList() { return FirstCase; }
959 void setSwitchCaseList(SwitchCase *SC) { FirstCase = SC; }
971 SC->setNextSwitchCase(FirstCase);
972 FirstCase = SC;
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 195 SwitchInst::CaseIt FirstCase = SI->case_begin();
196 IntegersSubset& Case = FirstCase.getCaseValueEx();
205 FirstCase.getCaseSuccessor(),
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 885 : Stmt(SwitchStmtClass), FirstCase(0), AllEnumCasesCovered(0)
    [all...]

Completed in 725 milliseconds