Searched defs:asSemanticTag (Results 1 – 1 of 1) sorted by relevance
168 virtual SemanticTag* asSemanticTag() { return nullptr; } in asSemanticTag() function169 const SemanticTag* asSemanticTag() const { return const_cast<Item*>(this)->asSemanticTag(); } in asSemanticTag() function820 SemanticTag* asSemanticTag() override { return this; } in asSemanticTag() function