Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h44 const llvm::hlsl::rootsig::RootElement &getElement() const { return Element; } in getElement() function
/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
H A DExprObjC.h229 Expr *getElement(unsigned Index) { in getElement() function
233 const Expr *getElement(unsigned Index) const { in getElement() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h779 const Init *getElement(unsigned Idx) const { return getElements()[Idx]; } in getElement() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3315 LVElement *LVLogicalVisitor::getElement(uint32_t StreamIdx, TypeIndex TI, in getElement() function in LVLogicalVisitor
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3343 uint64_t getElement(unsigned I) const { in getElement() function