Home
last modified time | relevance | path

Searched refs:getCountAttributedType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td44 …def : Creator<[{ return ctx.getCountAttributedType(WrappedTy, CountExpr, CountInBytes, OrNull, Cou…
H A DASTContext.h1395 getCountAttributedType(QualType T, Expr *CountExpr, bool CountInBytes,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3469 QualType ASTContext::getCountAttributedType( in getCountAttributedType() function in ASTContext
13708 return Ctx.getCountAttributedType(Ctx.getQualifiedType(Underlying), CEX, in getCommonSugarTypeNode()
13719 return Ctx.getCountAttributedType(Ctx.getQualifiedType(Underlying), CEX, in getCommonSugarTypeNode()
H A DASTImporter.cpp1561 return Importer.getToContext().getCountAttributedType( in VisitCountAttributedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9390 return Context.getCountAttributedType(WrappedTy, CountExpr, CountInBytes, in BuildCountAttributedArrayOrPointerType()