Home | History | Annotate | Download | only in Format

Lines Matching defs:Text

1058       StringRef Text = FormatTok->TokenText;
1080 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) &&
1081 tokenCanStartNewLine(FormatTok->Tok) && Text == Text.upper()) {