Home
last modified time | relevance | path

Searched defs:getElement (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h183 Expr *getElement(unsigned Index) { in getElement() function
187 const Expr *getElement(unsigned Index) const { in getElement() function
H A DStmtObjC.h35 Stmt *getElement() { return SubExprs[ELEM]; } in getElement() function
41 const Stmt *getElement() const { return SubExprs[ELEM]; } in getElement() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h262 T getElement(unsigned Idx) const { in getElement() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp143 uint64_t DIExpression::getElement(unsigned Idx) const { in getElement() function in DIExpression
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h813 Init *getElement(unsigned i) const { in getElement() function