Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalVariable.h198 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
203 bool hasAttribute(StringRef Kind) const { in hasAttribute() function
H A DFunction.h444 bool hasAttribute(unsigned i, Attribute::AttrKind Kind) const { in hasAttribute() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionMachO.h54 bool hasAttribute(unsigned Value) const { in hasAttribute() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h199 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
242 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
H A DAttributes.cpp319 bool Attribute::hasAttribute(AttrKind Kind) const { in hasAttribute() function in Attribute
323 bool Attribute::hasAttribute(StringRef Kind) const { in hasAttribute() function in Attribute
642 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { in hasAttribute() function in AttributeImpl
647 bool AttributeImpl::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeImpl
798 bool AttributeSet::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in AttributeSet
802 bool AttributeSet::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSet
1006 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSetNode
1567 bool AttributeList::hasAttribute(unsigned Index, in hasAttribute() function in AttributeList
1572 bool AttributeList::hasAttribute(unsigned Index, StringRef Kind) const { in hasAttribute() function in AttributeList
H A DFunction.cpp310 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in Argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DAttributes.cpp8 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute() function in clang
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h948 bool hasAttribute(ParsedAttr::Kind K) const { in hasAttribute() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp2655 static bool hasAttribute(const Decl *D, attr::Kind Kind) { in hasAttribute() function