Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h197 bool hasAttribute(Attribute::AttrKind Kind) const { hasAttribute() function
202 bool hasAttribute(StringRef Kind) const { hasAttribute() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h61 bool hasAttribute(unsigned Value) const { in hasAttribute() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h283 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
326 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
H A DAttributes.cpp417 bool Attribute::hasAttribute(AttrKind Kind) const { in hasAttribute() function in Attribute
421 bool Attribute::hasAttribute(StringRef Kind) const { in hasAttribute() function in Attribute
757 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { in hasAttribute() function in AttributeImpl
762 bool AttributeImpl::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeImpl
909 bool AttributeSet::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in AttributeSet
913 bool AttributeSet::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSet
1082 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSetNode
H A DFunction.cpp346 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in Argument
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp31 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, in hasAttribute() function in clang
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h918 bool hasAttribute(ParsedAttr::Kind K) const { in hasAttribute() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2901 static bool hasAttribute(const Decl *D, attr::Kind Kind) { in hasAttribute() function