Home | History | Annotate | Download | only in Sema

Lines Matching defs:IsNull

89   if (!Ty.isNull()) {
127 if (Ty.isNull()) {
825 if (QIDNSCopying.isNull()) {
836 if (!QIDNSCopying.isNull())
1029 if (Ty.isNull())
1833 if (!ReceiverType.isNull())
2034 if (ReceiverType.isNull())
2145 !Context.getObjCIdType().isNull() &&
2158 bool IsNull = Receiver->isNullPointerConstant(Context,
2160 CastKind Kind = IsNull ? CK_NullToPointer : CK_IntegralToPointer;
2513 if (RespondsToSelectorSel.isNull()) {