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

Overridden By

tools/clang/lib/Format/FormatToken.cpp
  151 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) {

Declarations

tools/clang/lib/Format/FormatToken.h
  592   virtual void precomputeFormattingInfos(const FormatToken *Token);

References

tools/clang/lib/Format/TokenAnnotator.cpp
 2283       Current->Role->precomputeFormattingInfos(Current);