Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h530 AttrVec &getAttrs() { in getAttrs() function
H A DOpenMPClause.h9349 ArrayRef<const Attr *> getAttrs() const { return Attrs; } in getAttrs() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h497 uint16_t getAttrs() const { return Attrs; } in getAttrs() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1660 const ParsedAttributesView &getAttrs() const { return AttrList; } in getAttrs() function
1661 ParsedAttributesView &getAttrs() { return AttrList; } in getAttrs() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1037 const AttrVec &Decl::getAttrs() const { in getAttrs() function in Decl
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1198 void Attributor::getAttrs(const IRPosition &IRP, in getAttrs() function in Attributor