Searched defs:TextPiece (Results 1 – 1 of 1) sorted by relevance
506 struct TextPiece : Piece { struct507 StringRef Role;508 std::string Text;509 TextPiece(StringRef Text, StringRef Role = "") in TextPiece() argument512 static bool classof(const Piece *P) { in classof()