Searched refs:isCountInBytes (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaBoundsSafety.cpp | 263 if (!CATy || CATy->isCountInBytes()) in GetCountedByAttrOnIncompletePointee()
|
| H A D | TreeTransform.h | 7647 InnerTy, NewCount, OldTy->isCountInBytes(), OldTy->isOrNull()); in TransformCountAttributedType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1195 bool isCountInBytes() const { return getTypePtr()->isCountInBytes(); } in isCountInBytes() function
|
| H A D | TypeProperties.td | 36 let Read = [{ node->isCountInBytes() }];
|
| H A D | Type.h | 3391 bool isCountInBytes() const { return CountAttributedTypeBits.CountInBytes; } 3396 return isCountInBytes() ? SizedByOrNull : CountedByOrNull; 3397 return isCountInBytes() ? SizedBy : CountedBy; 3401 Profile(ID, desugar(), CountExpr, isCountInBytes(), isOrNull());
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1825 if (T->isCountInBytes() && T->isOrNull()) in printCountAttributedImpl() 1827 else if (T->isCountInBytes()) in printCountAttributedImpl()
|
| H A D | ASTContext.cpp | 14520 if (DX->isCountInBytes() != DY->isCountInBytes()) in getCommonSugarTypeNode() 14529 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode() 14540 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode()
|
| H A D | Type.cpp | 4016 if (isCountInBytes()) { \ in getAttributeName()
|
| H A D | ASTImporter.cpp | 1794 *ToWrappedTypeOrErr, CountExpr, T->isCountInBytes(), T->isOrNull(), in VisitCountAttributedType()
|