Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtObjC.h34 Stmt *getElement() { return SubExprs[ELEM]; } in getElement() function
40 const Stmt *getElement() const { return SubExprs[ELEM]; } in getElement() function
HDExprObjC.h231 Expr *getElement(unsigned Index) { in getElement() function
235 const Expr *getElement(unsigned Index) const { in getElement() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h771 Init *getElement(unsigned i) const { in getElement() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h2754 uint64_t getElement(unsigned I) const { in getElement() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp3319 LVElement *LVLogicalVisitor::getElement(uint32_t StreamIdx, TypeIndex TI, in getElement() function in LVLogicalVisitor