Searched refs:AttrKind (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
H A DAttr.h61 unsigned AttrKind : 16;
88 : Range(R), AttrKind(AK), Inherited(false) {}
93 return static_cast<attr::Kind>(AttrKind);
H A DType.h1275 /// AttrKind - an AttributedType::Kind
1276 unsigned AttrKind : 32 - NumTypeBits;
3271 AttributedTypeBits.AttrKind = attrKind;
3276 return static_cast<Kind>(AttributedTypeBits.AttrKind);
/external/clang/include/clang/Sema/
H A DAttributeList.h83 unsigned AttrKind : 8;
134 AttrKind = getKind(getName());
155 AttrKind = getKind(getName());
201 Kind getKind() const { return Kind(AttrKind); }
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp123 ObjCPropertyDecl::PropertyAttributeKind AttrKind = local
125 if (AttrKind &
H A DTransforms.h87 enum AttrKind { Weak, Strong } Kind; enum in struct:clang::arcmt::trans::MigrationContext::GCAttrOccurrence
H A DTransGCAttrs.cpp103 MigrationContext::GCAttrOccurrence::AttrKind Kind;
/external/llvm/lib/AsmParser/
H A DLLParser.h175 bool ParseOptionalAttrs(Attributes &Attrs, unsigned AttrKind);
H A DLLParser.cpp874 /// ParseOptionalAttrs - Parse a potentially empty attribute list. AttrKind
877 bool LLParser::ParseOptionalAttrs(Attributes &Attrs, unsigned AttrKind) {
884 if (AttrKind != 2 && (Attrs & Attribute::FunctionOnly))
889 if (AttrKind == 2 &&
893 if (AttrKind != 0 && (Attrs & Attribute::ParameterOnly))

Completed in 3749 milliseconds