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.td114 def BoundsAttributedType : TypeNode<Type, 1>;
115 def CountAttributedType : TypeNode<BoundsAttributedType>, NeverCanonical;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp448 bool BoundsAttributedType::referencesFieldDecls() const { in referencesFieldDecls()
642 template <> const BoundsAttributedType *Type::getAs() const { in getAs()
643 return getAsSugar<BoundsAttributedType>(this); in getAs()
3992 BoundsAttributedType::BoundsAttributedType(TypeClass TC, QualType Wrapped, in BoundsAttributedType() function in BoundsAttributedType
3999 : BoundsAttributedType(CountAttributed, Wrapped, Canon), in CountAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3072 template <> const BoundsAttributedType *Type::getAs() const;
3316 class BoundsAttributedType : public Type, public llvm::FoldingSetNode {
3322 BoundsAttributedType(TypeClass TC, QualType Wrapped, QualType Canon);
3362 : public BoundsAttributedType,
H A DTypeLoc.h1178 BoundsAttributedType, BoundsAttributedLocInfo> {