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 940 SwitchCase *FirstCase;
974 const SwitchCase *getSwitchCaseList() const { return FirstCase; }
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 201 SwitchInst::CaseIt FirstCase = SI->case_begin();
203 FirstCase.getCaseValue(), "cond");
207 FirstCase.getCaseSuccessor(),
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 883 : Stmt(SwitchStmtClass), FirstCase(nullptr), AllEnumCasesCovered(0)
    [all...]

Completed in 173 milliseconds