Searched refs:isOrNull (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaBoundsSafety.cpp | 255 << CATy->isOrNull() << AttrSrcRange; in EmitIncompleteCountedByPointeeNotes() 319 << CATy->isOrNull() << RHSExpr->getSourceRange(); in CheckAssignmentToCountAttrPtrWithIncompletePointeeTy() 391 << CATy->getAttributeName(/*WithMacroPrefix=*/true) << CATy->isOrNull() in BoundsSafetyCheckUseOfCountAttrPtr()
|
| H A D | TreeTransform.h | 7647 InnerTy, NewCount, OldTy->isCountInBytes(), OldTy->isOrNull()); in TransformCountAttributedType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1196 bool isOrNull() const { return getTypePtr()->isOrNull(); } in isOrNull() function
|
| H A D | TypeProperties.td | 39 let Read = [{ node->isOrNull() }];
|
| H A D | Type.h | 3392 bool isOrNull() const { return CountAttributedTypeBits.OrNull; } 3395 if (isOrNull()) 3401 Profile(ID, desugar(), CountExpr, isCountInBytes(), isOrNull());
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1825 if (T->isCountInBytes() && T->isOrNull()) in printCountAttributedImpl() 1829 else if (T->isOrNull()) in printCountAttributedImpl()
|
| H A D | Type.cpp | 4017 if (isOrNull()) \ in getAttributeName() 4021 if (isOrNull()) \ in getAttributeName()
|
| H A D | ASTContext.cpp | 14522 if (DX->isOrNull() != DY->isOrNull()) in getCommonSugarTypeNode() 14529 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode() 14540 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode()
|
| H A D | ASTImporter.cpp | 1794 *ToWrappedTypeOrErr, CountExpr, T->isCountInBytes(), T->isOrNull(), in VisitCountAttributedType()
|