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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h213 bool hasAttributes() const { function in class:llvm::GlobalVariable
H A DAttributes.h357 bool hasAttributes() const { return SetNode != nullptr; } function in class:llvm::AttributeSet
1049 bool hasAttributes() const { return !Attrs.empty(); } function in class:llvm::AttrBuilder
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h253 bool hasAttributes() const { return NumAttrs != 0; } function in class:llvm::final
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h832 bool hasAttributes() const { return !Attrs.empty(); } function in class:clang::DeclSpec
2613 bool hasAttributes() const { function in class:clang::Declarator

Completed in 77 milliseconds