Searched defs:SimpleShape (Results 1 – 1 of 1) sorted by relevance
134 struct SimpleShape : public Shape { struct137 SimpleShape() : Shape(SK_Simple), Inner(nullptr) {} in SimpleShape() argument139 static bool classof(const Shape *S) { return S->getKind() == SK_Simple; } in classof()