Searched defs:TextPiece (Results 1 – 1 of 1) sorted by relevance
486 struct TextPiece : Piece { struct487 StringRef Role;488 std::string Text;489 TextPiece(StringRef Text, StringRef Role = "") in TextPiece() function492 static bool classof(const Piece *P) { in classof()