Searched defs:asNull (Results 1 – 2 of 2) sorted by relevance
149 virtual Null* asNull() { return nullptr; } in asNull() function150 const Null* asNull() const { return const_cast<Item*>(this)->asNull(); } in asNull() function916 Null* asNull() override { return this; } in asNull() function
241 const Null* asNull = item->asSimple()->asNull(); in prettyPrintInternal() local