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

/external/clang/include/clang/AST/
H A DType.h1322 friend class AttributedType;
1326 /// AttrKind - an AttributedType::Kind
1814 /// \brief This will check for an AttributedType by removing any existing sugar
1815 /// until it reaches an AttributedType or a non-sugared type.
1816 template <> const AttributedType *Type::getAs() const;
3376 /// AttributedType - An attributed type is a type to which a type
3388 class AttributedType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3435 AttributedType(QualType canon, Kind attrKind, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType

Completed in 75 milliseconds