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

Derived Classes

tools/clang/lib/Format/UnwrappedLineParser.cpp
   78 class ScopedMacroState : public FormatTokenSource {
  195 class IndexedTokenSource : public FormatTokenSource {

Declarations

tools/clang/lib/Format/UnwrappedLineParser.h
   73 class FormatTokenSource;

References

tools/clang/lib/Format/UnwrappedLineParser.cpp
   78 class ScopedMacroState : public FormatTokenSource {
   80   ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource,
  127   FormatTokenSource *&TokenSource;
  130   FormatTokenSource *PreviousTokenSource;
  195 class IndexedTokenSource : public FormatTokenSource {
tools/clang/lib/Format/UnwrappedLineParser.h
  210   FormatTokenSource *Tokens;