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

Declarations

tools/clang/lib/Format/WhitespaceManager.h
   59   void addUntouchableToken(const FormatToken &Tok, bool InPPDirective);

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
 1159           Whitespaces->addUntouchableToken(*TheLine.First,
 1164           Whitespaces->addUntouchableToken(*Tok, TheLine.InPPDirective);