Home
last modified time | relevance | path

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

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