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

/external/clang/lib/CodeGen/
H A DCGValue.h134 AttributedType, member in class:clang::CodeGen::AlignmentSource
/external/clang/include/clang/AST/
H A DType.h1460 friend class AttributedType;
1464 /// An AttributedType::Kind
2020 /// \brief This will check for an AttributedType by removing any existing sugar
2021 /// until it reaches an AttributedType or a non-sugared type.
2022 template <> const AttributedType *Type::getAs() const;
3764 class AttributedType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3819 AttributedType(QualType canon, Kind attrKind, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3883 /// AttributedType specifying nullability (without looking through

Completed in 1685 milliseconds