Searched defs:AsCompositeConstant (Results 1 – 3 of 3) sorted by relevance
71 virtual CompositeConstant* AsCompositeConstant() { return nullptr; } in AsCompositeConstant() function82 virtual const CompositeConstant* AsCompositeConstant() const { in AsCompositeConstant() function292 CompositeConstant* AsCompositeConstant() override { return this; } in AsCompositeConstant() function293 const CompositeConstant* AsCompositeConstant() const override { return this; } in AsCompositeConstant() function