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

/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp122 ObjCPropertyDecl::PropertyAttributeKind AttrKind = local
124 if (AttrKind &
H A DTransforms.h88 enum AttrKind { Weak, Strong } Kind; enum in struct:clang::arcmt::trans::MigrationContext::GCAttrOccurrence
/external/llvm/include/llvm/IR/
H A DAttributes.h64 enum AttrKind { enum in class:llvm::Attribute
128 static Attribute get(LLVMContext &Context, AttrKind Kind, uint64_t Val = 0);
141 /// \brief Return true if the attribute is an Attribute::AttrKind type.
152 bool hasAttribute(AttrKind Val) const;
157 /// \brief Return the attribute's kind as an enum (Attribute::AttrKind). This
159 Attribute::AttrKind getKindAsEnum() const;
246 ArrayRef<Attribute::AttrKind> Kind);
252 Attribute::AttrKind Attr) const;
270 Attribute::AttrKind Attr) const;
295 bool hasAttribute(unsigned Index, Attribute::AttrKind Kin
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp275 AttributeList::Kind AttrKind = local
280 if (AttrKind == AttributeList::UnknownAttribute ||
281 AttrKind == AttributeList::IgnoredAttribute) {
338 AttributeList::Kind AttrKind = local
344 if (AttrKind == AttributeList::AT_Availability) {
349 if (AttrKind == AttributeList::AT_ObjCBridgeRelated) {
355 if (AttrKind == AttributeList::AT_TypeTagForDatatype) {

Completed in 197 milliseconds