Home | History | Annotate | Download | only in AST

Lines Matching full:isnull

240     if (CompareTy.isNull())
946 Tree.SetDefault(FromIter.isEnd() && !FromType.isNull(),
947 ToIter.isEnd() && !ToType.isNull());
949 if (FromType.isNull() || ToType.isNull())
1412 if (FromBase.isNull() && ToBase.isNull())
1414 if (FromBase.isNull() || ToBase.isNull())
1556 assert((!FromType.isNull() || !ToType.isNull()) &&
1564 if (!FromType.isNull() && !ToType.isNull() &&
1574 std::string FromTypeStr = FromType.isNull() ? "(no argument)"
1576 std::string ToTypeStr = ToType.isNull() ? "(no argument)"