Searched refs:isOrNull (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeLoc.h | 1144 bool isOrNull() const { return getTypePtr()->isOrNull(); } in isOrNull() function
|
H A D | TypeProperties.td | 39 let Read = [{ node->isOrNull() }];
|
H A D | Type.h | 3297 bool isOrNull() const { return CountAttributedTypeBits.OrNull; } 3300 if (isOrNull()) 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() 1783 else if (T->isOrNull()) in printCountAttributedImpl()
|
H A D | ASTContext.cpp | 13702 if (DX->isOrNull() != DY->isOrNull()) 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()
|