Home
last modified time | relevance | path

Searched defs:hasAttributes (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h161 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
H A DAttributes.cpp882 bool AttributeSet::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeSet
1169 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder
1173 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const { in hasAttributes() function in AttrBuilder
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h730 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2097 bool hasAttributes() const { in hasAttributes() function