Searched refs:BoundsAttributedType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 112 def BoundsAttributedType : TypeNode<Type, 1>; 113 def CountAttributedType : TypeNode<BoundsAttributedType>, NeverCanonical;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 404 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 D | Type.h | 2980 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 D | TypeLoc.h | 1126 BoundsAttributedType, BoundsAttributedLocInfo> {
|