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

Overrides

tools/clang/lib/Format/BreakableToken.h
  149   virtual unsigned getContentIndent(unsigned LineIndex) const { return 0; }

Declarations

tools/clang/lib/Format/BreakableToken.h
  373   unsigned getContentIndent(unsigned LineIndex) const override;

References

tools/clang/lib/Format/BreakableToken.cpp
  610     unsigned PreviousContentIndent = getContentIndent(LineIndex - 1);