Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h34 Stmt *getElement() { return SubExprs[ELEM]; } in getElement() function
40 const Stmt *getElement() const { return SubExprs[ELEM]; } in getElement() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h771 Init *getElement(unsigned i) const { in getElement() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2754 uint64_t getElement(unsigned I) const { in getElement() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3319 LVElement *LVLogicalVisitor::getElement(uint32_t StreamIdx, TypeIndex TI, in getElement() function in LVLogicalVisitor