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