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.h1516 getCountAttributedType(QualType T, Expr *CountExpr, bool CountInBytes,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3697 QualType ASTContext::getCountAttributedType( in getCountAttributedType() function in ASTContext
14528 return Ctx.getCountAttributedType(Ctx.getQualifiedType(Underlying), CEX, in getCommonSugarTypeNode()
14539 return Ctx.getCountAttributedType(Ctx.getQualifiedType(Underlying), CEX, in getCommonSugarTypeNode()
H A DASTImporter.cpp1793 return Importer.getToContext().getCountAttributedType( in VisitCountAttributedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9675 return Context.getCountAttributedType(WrappedTy, CountExpr, CountInBytes, in BuildCountAttributedArrayOrPointerType()