Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp255 << CATy->isOrNull() << AttrSrcRange; in EmitIncompleteCountedByPointeeNotes()
319 << CATy->isOrNull() << RHSExpr->getSourceRange(); in CheckAssignmentToCountAttrPtrWithIncompletePointeeTy()
391 << CATy->getAttributeName(/*WithMacroPrefix=*/true) << CATy->isOrNull() in BoundsSafetyCheckUseOfCountAttrPtr()
H A DTreeTransform.h7647 InnerTy, NewCount, OldTy->isCountInBytes(), OldTy->isOrNull()); in TransformCountAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1196 bool isOrNull() const { return getTypePtr()->isOrNull(); } in isOrNull() function
H A DTypeProperties.td39 let Read = [{ node->isOrNull() }];
H A DType.h3392 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 DTypePrinter.cpp1825 if (T->isCountInBytes() && T->isOrNull()) in printCountAttributedImpl()
1829 else if (T->isOrNull()) in printCountAttributedImpl()
H A DType.cpp4017 if (isOrNull()) \ in getAttributeName()
4021 if (isOrNull()) \ in getAttributeName()
H A DASTContext.cpp14522 if (DX->isOrNull() != DY->isOrNull()) in getCommonSugarTypeNode()
14529 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode()
14540 DX->isCountInBytes(), DX->isOrNull(), in getCommonSugarTypeNode()
H A DASTImporter.cpp1794 *ToWrappedTypeOrErr, CountExpr, T->isCountInBytes(), T->isOrNull(), in VisitCountAttributedType()