Searched defs:PlaceholderPiece (Results 1 – 1 of 1) sorted by relevance
544 struct PlaceholderPiece : Piece { struct545 ModifierType Kind;546 int Index;547 PlaceholderPiece(ModifierType Kind, int Index) in PlaceholderPiece() function550 static bool classof(const Piece *P) { in classof()