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

/external/clang/include/clang/AST/
H A DType.h1300 friend class AttributedType;
1304 /// AttrKind - an AttributedType::Kind
3260 /// AttributedType - An attributed type is a type to which a type
3272 class AttributedType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3310 AttributedType(QualType canon, Kind attrKind, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3345 static bool classof(const AttributedType *T) { return true; }

Completed in 276 milliseconds