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 | 1516 getCountAttributedType(QualType T, Expr *CountExpr, bool CountInBytes,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3697 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 D | ASTImporter.cpp | 1793 return Importer.getToContext().getCountAttributedType( in VisitCountAttributedType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 9675 return Context.getCountAttributedType(WrappedTy, CountExpr, CountInBytes, in BuildCountAttributedArrayOrPointerType()
|