Home | History | Annotate | Download | only in AST

Lines Matching full:actualtext

126   StringRef ActualText = TC->getText();
127 if (ActualText != Text)
129 << "TextComment has text \"" << ActualText.str() << "\", "
147 StringRef ActualText = TC->getText();
148 if (ActualText != Text)
150 << "TextComment has text \"" << ActualText.str() << "\", "
587 StringRef ActualText = VLC->getText();
588 if (ActualText != Text)
590 << "VerbatimLineComment has text \"" << ActualText.str() << "\", "