Home
last modified time | relevance | path

Searched defs:hasAttribute (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h203 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
208 bool hasAttribute(StringRef Kind) const { in hasAttribute() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h54 bool hasAttribute(unsigned Value) const { hasAttribute() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h206 bool hasAttribute(Attribute::AttrKind Kind) const { hasAttribute() function
249 bool hasAttribute(Attribute::AttrKind Kind) const { hasAttribute() function
H A DAttributes.cpp333 bool Attribute::hasAttribute(AttrKind Kind) const { hasAttribute() function in Attribute
337 bool Attribute::hasAttribute(StringRef Kind) const { hasAttribute() function in Attribute
643 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { hasAttribute() function in AttributeImpl
648 bool AttributeImpl::hasAttribute(StringRef Kind) const { hasAttribute() function in AttributeImpl
779 bool AttributeSet::hasAttribute(Attribute::AttrKind Kind) const { hasAttribute() function in AttributeSet
783 bool AttributeSet::hasAttribute(StringRef Kind) const { hasAttribute() function in AttributeSet
952 bool AttributeSetNode::hasAttribute(StringRef Kind) const { hasAttribute() function in AttributeSetNode
[all...]
H A DFunction.cpp329 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { hasAttribute() function in Argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp31 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, in hasAttribute() function in clang
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h895 bool hasAttribute(ParsedAttr::Kind K) const { hasAttribute() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3043 static bool hasAttribute(const Decl *D, attr::Kind Kind) { hasAttribute() function