Searched refs:getCountAttributedType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeProperties.td | 44 …def : Creator<[{ return ctx.getCountAttributedType(WrappedTy, CountExpr, CountInBytes, OrNull, Cou…
|
H A D | ASTContext.h | 1395 getCountAttributedType(QualType T, Expr *CountExpr, bool CountInBytes,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 3469 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 D | ASTImporter.cpp | 1561 return Importer.getToContext().getCountAttributedType( in VisitCountAttributedType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 9390 return Context.getCountAttributedType(WrappedTy, CountExpr, CountInBytes, in BuildCountAttributedArrayOrPointerType()
|