Searched defs:getClause (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h2229 /// getClause - Get the value of the clause at index Idx. Use isCatch/isFilter
2231 Value *getClause(unsigned Idx) const { return OperandList[Idx + 1]; } function in class:llvm::LandingPadInst
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h1555 CaseClauseNode* getClause() const { return m_clause; } function in class:JSC::ClauseListNode

Completed in 153 milliseconds