HomeSort by relevance Sort by last modified time
    Searched defs:AttrKind (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 124 ObjCPropertyDecl::PropertyAttributeKind AttrKind =
126 if (AttrKind &
Transforms.h 88 enum AttrKind { Weak, Strong } Kind;
  /external/llvm/include/llvm/IR/
Attributes.h 63 enum AttrKind {
123 static Attribute get(LLVMContext &Context, AttrKind Kind, uint64_t Val = 0);
136 /// \brief Return true if the attribute is an Attribute::AttrKind type.
147 bool hasAttribute(AttrKind Val) const;
152 /// \brief Return the attribute's kind as an enum (Attribute::AttrKind). This
154 Attribute::AttrKind getKindAsEnum() const;
241 ArrayRef<Attribute::AttrKind> Kind);
247 Attribute::AttrKind Attr) const;
265 Attribute::AttrKind Attr) const;
290 bool hasAttribute(unsigned Index, Attribute::AttrKind Kind) const
    [all...]

Completed in 130 milliseconds