Searched refs:isCountInBytes (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1143 bool isCountInBytes() const { return getTypePtr()->isCountInBytes(); } in isCountInBytes() function
|
| H A D | TypeProperties.td | 36 let Read = [{ node->isCountInBytes() }];
|
| H A D | Type.h | 3296 bool isCountInBytes() const { return CountAttributedTypeBits.CountInBytes; } 3301 return isCountInBytes() ? SizedByOrNull : CountedByOrNull; 3302 return isCountInBytes() ? SizedBy : CountedBy; 3306 Profile(ID, desugar(), CountExpr, isCountInBytes(), isOrNull());
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1779 if (T->isCountInBytes() && T->isOrNull()) in printCountAttributedImpl() 1781 else if (T->isCountInBytes()) in printCountAttributedImpl()
|
| H A D | ASTContext.cpp | 13700 if (DX->isCountInBytes() != DY->isCountInBytes()) in getCommonSugarTypeNode() 13709 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode() 13720 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode()
|
| H A D | ASTImporter.cpp | 1562 *ToWrappedTypeOrErr, CountExpr, T->isCountInBytes(), T->isOrNull(), in VisitCountAttributedType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7406 InnerTy, NewCount, OldTy->isCountInBytes(), OldTy->isOrNull()); in TransformCountAttributedType()
|