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

Declarations

tools/clang/lib/Format/FormatToken.h
  114 const char *getTokenTypeName(TokenType Type);

References

tools/clang/lib/Format/Format.cpp
 1793                      << getTokenTypeName(FormatTok->Type) << "\n");
tools/clang/lib/Format/TokenAnnotator.cpp
 3543                  << " T=" << getTokenTypeName(Tok->Type)