Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalVariable.h197 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
202 bool hasAttribute(StringRef Kind) const { in hasAttribute() function
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionMachO.h54 bool hasAttribute(unsigned Value) const { in hasAttribute() function
/openbsd/gnu/llvm/llvm/lib/IR/
H A DAttributeImpl.h206 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
249 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
H A DAttributes.cpp327 bool Attribute::hasAttribute(AttrKind Kind) const { in hasAttribute() function in Attribute
331 bool Attribute::hasAttribute(StringRef Kind) const { in hasAttribute() function in Attribute
624 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { in hasAttribute() function in AttributeImpl
629 bool AttributeImpl::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeImpl
760 bool AttributeSet::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in AttributeSet
764 bool AttributeSet::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSet
929 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSetNode
H A DFunction.cpp303 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in Argument
/openbsd/gnu/llvm/clang/lib/Basic/
H A DAttributes.cpp7 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, in hasAttribute() function in clang
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h1007 bool hasAttribute(ParsedAttr::Kind K) const { in hasAttribute() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp2991 static bool hasAttribute(const Decl *D, attr::Kind Kind) { in hasAttribute() function