Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1143 bool isCountInBytes() const { return getTypePtr()->isCountInBytes(); } in isCountInBytes() function
H A DTypeProperties.td36 let Read = [{ node->isCountInBytes() }];
H A DType.h3296 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 DTypePrinter.cpp1779 if (T->isCountInBytes() && T->isOrNull()) in printCountAttributedImpl()
1781 else if (T->isCountInBytes()) in printCountAttributedImpl()
H A DASTContext.cpp13700 if (DX->isCountInBytes() != DY->isCountInBytes()) in getCommonSugarTypeNode()
13709 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode()
13720 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode()
H A DASTImporter.cpp1562 *ToWrappedTypeOrErr, CountExpr, T->isCountInBytes(), T->isOrNull(), in VisitCountAttributedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7406 InnerTy, NewCount, OldTy->isCountInBytes(), OldTy->isOrNull()); in TransformCountAttributedType()