Searched defs:CountInBytes (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaBoundsSafety.cpp | 19 getCountAttrKind(bool CountInBytes, bool OrNull) { in getCountAttrKind() 53 llvm::SmallVectorImpl<TypeCoupledDeclRefInfo> &Decls, bool CountInBytes, in CheckCountedByAttrOnField()
|
H A D | SemaDeclAttr.cpp | 5860 bool CountInBytes; in handleCountedByAttrField() local
|
H A D | SemaType.cpp | 9382 bool CountInBytes, in BuildCountAttributedArrayOrPointerType()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 413 bool CountInBytes, bool OrNull) { in Profile() 3845 QualType Wrapped, QualType Canon, Expr *CountExpr, bool CountInBytes, in CountAttributedType()
|
H A D | ASTContext.cpp | 3470 QualType WrappedTy, Expr *CountExpr, bool CountInBytes, bool OrNull, in getCountAttributedType()
|