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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h208 bool hasAttributes() const { function in class:llvm::GlobalVariable
H A DAttributes.h274 bool hasAttributes() const { return SetNode != nullptr; } function in class:llvm::AttributeSet
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h206 bool hasAttributes() const { return NumAttrs != 0; } function in class:llvm::final
H A DAttributes.cpp1310 bool AttributeList::hasAttributes(unsigned Index) const { function in class:AttributeList
1655 bool AttrBuilder::hasAttributes() const { function in class:AttrBuilder
1659 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { function in class:AttrBuilder
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h785 bool hasAttributes() const { return !Attrs.empty(); } function in class:clang::DeclSpec

Completed in 192 milliseconds