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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h190 OMPClause *getClause(unsigned i) const { return clauses()[i]; } function in class:clang::OMPExecutableDirective
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h2187 /// getClause - Get the value of the clause at index Idx. Use isCatch/isFilter
2189 Value *getClause(unsigned Idx) const { return OperandList[Idx + 1]; } function in class:llvm::LandingPadInst
/external/llvm/include/llvm/IR/
H A DInstructions.h2759 Constant *getClause(unsigned Idx) const { function in class:llvm::LandingPadInst

Completed in 295 milliseconds