Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h1144 bool isOrNull() const { return getTypePtr()->isOrNull(); } in isOrNull() function
HDTypeProperties.td39 let Read = [{ node->isOrNull() }];
HDType.h3297 bool isOrNull() const { return CountAttributedTypeBits.OrNull; }
3300 if (isOrNull())
3306 Profile(ID, desugar(), CountExpr, isCountInBytes(), isOrNull());
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp1779 if (T->isCountInBytes() && T->isOrNull()) in printCountAttributedImpl()
1783 else if (T->isOrNull()) in printCountAttributedImpl()
HDASTContext.cpp13702 if (DX->isOrNull() != DY->isOrNull()) in getCommonSugarTypeNode()
13709 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode()
13720 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode()
HDASTImporter.cpp1562 *ToWrappedTypeOrErr, CountExpr, T->isCountInBytes(), T->isOrNull(), in VisitCountAttributedType()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h7406 InnerTy, NewCount, OldTy->isCountInBytes(), OldTy->isOrNull()); in TransformCountAttributedType()