Searched defs:TextPiece (Results 1 – 1 of 1) sorted by relevance
533 struct TextPiece : Piece { struct534 StringRef Role;535 std::string Text;536 TextPiece(StringRef Text, StringRef Role = "") in TextPiece() argument539 static bool classof(const Piece *P) { in classof()