Home
last modified time | relevance | path

Searched refs:isCountInBytes (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp263 if (!CATy || CATy->isCountInBytes()) in GetCountedByAttrOnIncompletePointee()
H A DTreeTransform.h7647 InnerTy, NewCount, OldTy->isCountInBytes(), OldTy->isOrNull()); in TransformCountAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1195 bool isCountInBytes() const { return getTypePtr()->isCountInBytes(); } in isCountInBytes() function
H A DTypeProperties.td36 let Read = [{ node->isCountInBytes() }];
H A DType.h3391 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 DTypePrinter.cpp1825 if (T->isCountInBytes() && T->isOrNull()) in printCountAttributedImpl()
1827 else if (T->isCountInBytes()) in printCountAttributedImpl()
H A DASTContext.cpp14520 if (DX->isCountInBytes() != DY->isCountInBytes()) in getCommonSugarTypeNode()
14529 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode()
14540 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode()
H A DType.cpp4016 if (isCountInBytes()) { \ in getAttributeName()
H A DASTImporter.cpp1794 *ToWrappedTypeOrErr, CountExpr, T->isCountInBytes(), T->isOrNull(), in VisitCountAttributedType()