Home
last modified time | relevance | path

Searched defs:getAttrs (Results 1 – 11 of 11) sorted by relevance

/llvm-project/mlir/include/mlir/Conversion/ArithCommon/
H A DAttrToLLVMConverter.h69 ArrayRef<NamedAttribute> getAttrs() const { return convertedAttr.getAttrs(); } in getAttrs() function
96 ArrayRef<NamedAttribute> getAttrs() const { return convertedAttr.getAttrs(); } in getAttrs() function
131 ArrayRef<NamedAttribute> getAttrs() const { return convertedAttr.getAttrs(); } in getAttrs() function
/llvm-project/mlir/include/mlir/Conversion/LLVMCommon/
H A DVectorPattern.h72 ArrayRef<NamedAttribute> getAttrs() const { return srcAttrs; } in getAttrs() function
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.h255 const CXIdxAttrInfo *const *getAttrs() const { in getAttrs() function
/llvm-project/mlir/include/mlir/IR/
H A DOperation.h507 ArrayRef<NamedAttribute> getAttrs() { return getAttrDictionary().getValue(); } getAttrs() function
/llvm-project/clang/include/clang/AST/
H A DDeclBase.h530 AttrVec &getAttrs() { getAttrs() function
H A DOpenMPClause.h9349 ArrayRef<const Attr *> getAttrs() const { return Attrs; } getAttrs() function
/llvm-project/mlir/lib/IR/
H A DOperationSupport.cpp43 ArrayRef<NamedAttribute> NamedAttrList::getAttrs() const { return attrs; } in getAttrs() function in NamedAttrList
/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h497 uint16_t getAttrs() const { return Attrs; } in getAttrs() function
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1660 const ParsedAttributesView &getAttrs() const { return AttrList; } getAttrs() function
1661 ParsedAttributesView &getAttrs() { return AttrList; } getAttrs() function
/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1037 const AttrVec &Decl::getAttrs() const { getAttrs() function in Decl
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1198 void Attributor::getAttrs(const IRPosition &IRP, getAttrs() function in Attributor