Home | History | Annotate | Download | only in llvm

Lines Matching refs:getClause

2187   /// getClause - Get the value of the clause at index Idx. Use isCatch/isFilter
2189 Value *getClause(unsigned Idx) const { return OperandList[Idx + 1]; }