Searched defs:PlaceholderPiece (Results 1 – 1 of 1) sorted by relevance
517 struct PlaceholderPiece : Piece { struct518 ModifierType Kind;519 int Index;520 PlaceholderPiece(ModifierType Kind, int Index) in PlaceholderPiece() function523 static bool classof(const Piece *P) { in classof()