HomeSort by: relevance | last modified time | path
    Searched defs:hasAttributes (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalVariable.h 208 bool hasAttributes() const {
209 return Attrs.hasAttributes();
231 if (!hasAttributes())
Attributes.h 314 bool hasAttributes() const { return SetNode != nullptr; }
631 bool hasAttributes(unsigned Index) const;
645 return hasAttributes(ArgNo + FirstArgIndex);
877 bool hasAttributes() const;
881 bool hasAttributes(AttributeList A, uint64_t Index) const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AttributeImpl.h 246 bool hasAttributes() const { return NumAttrs != 0; }
Attributes.cpp 754 if (!hasAttributes())
757 if (!AS.hasAttributes())
865 assert(hasAttributes() && "empty AttributeSet doesn't refer to any context");
1260 return !Pair.second.hasAttributes();
1285 if (ArgAttrs[I - 1].hasAttributes()) {
1293 if (RetAttrs.hasAttributes())
1295 else if (FnAttrs.hasAttributes())
1320 if (!B.hasAttributes())
1418 if (!B.hasAttributes())
1576 bool AttributeList::hasAttributes(unsigned Index) const
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 793 bool hasAttributes() const { return !Attrs.empty(); }
2526 /// hasAttributes - do we contain any attributes?
2527 bool hasAttributes() const {
2528 if (!getAttributes().empty() || getDeclSpec().hasAttributes())

Completed in 81 milliseconds