Searched defs:hasAttributes (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h207 bool hasAttributes() const { function in class:llvm::GlobalVariable
H A DAttributes.h287 bool hasAttributes() const { return SetNode != nullptr; } function in class:llvm::AttributeSet
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h242 bool hasAttributes() const { return NumAttrs != 0; } function in class:llvm::final
H A DAttributes.cpp1412 bool AttributeList::hasAttributes(unsigned Index) const { function in class:AttributeList
1767 bool AttrBuilder::hasAttributes() const { function in class:AttrBuilder
1771 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { function in class:AttrBuilder
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h798 bool hasAttributes() const { return !Attrs.empty(); } function in class:clang::DeclSpec

Completed in 87 milliseconds