Home
last modified time | relevance | path

Searched refs:BoundsAttributedType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td112 def BoundsAttributedType : TypeNode<Type, 1>;
113 def CountAttributedType : TypeNode<BoundsAttributedType>, NeverCanonical;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp404 bool BoundsAttributedType::referencesFieldDecls() const { in referencesFieldDecls()
594 template <> const BoundsAttributedType *Type::getAs() const { in getAs()
595 return getAsSugar<BoundsAttributedType>(this); in getAs()
3840 BoundsAttributedType::BoundsAttributedType(TypeClass TC, QualType Wrapped, in BoundsAttributedType() function in BoundsAttributedType
3847 : BoundsAttributedType(CountAttributed, Wrapped, Canon), in CountAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2980 template <> const BoundsAttributedType *Type::getAs() const;
3221 class BoundsAttributedType : public Type, public llvm::FoldingSetNode {
3227 BoundsAttributedType(TypeClass TC, QualType Wrapped, QualType Canon);
3267 : public BoundsAttributedType,
H A DTypeLoc.h1126 BoundsAttributedType, BoundsAttributedLocInfo> {