reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/Format.cpp
 1268       for (FormatToken *FormatTok = Line->First; FormatTok;
 1269            FormatTok = FormatTok->Next) {
 1269            FormatTok = FormatTok->Next) {
 1270         StringRef Input = FormatTok->TokenText;
 1271         if (FormatTok->Finalized || !FormatTok->isStringLiteral() ||
 1271         if (FormatTok->Finalized || !FormatTok->isStringLiteral() ||
 1282         SourceLocation Start = FormatTok->Tok.getLocation();
 1295         Replace(FormatTok->Tok.getEndLoc().getLocWithOffset(-1), 1,