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

References

tools/clang/lib/Format/UnwrappedLineParser.cpp
 2447   llvm::dbgs() << Prefix << "Line(" << Line.Level
 2448                << ", FSC=" << Line.FirstStartColumn << ")"
 2449                << (Line.InPPDirective ? " MACRO" : "") << ": ";
 2450   for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(),
 2451                                                     E = Line.Tokens.end();
 2457   for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(),
 2458                                                     E = Line.Tokens.end();