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

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
 1033     for (auto I = Path.begin(), E = Path.end(); I != E; ++I) {
 1033     for (auto I = Path.begin(), E = Path.end(); I != E; ++I) {
 1035       formatChildren(State, (*I)->NewLine, /*DryRun=*/false, Penalty);
 1036       Penalty += Indenter->addTokenToState(State, (*I)->NewLine, false);
 1039         printLineState((*I)->Previous->State);
 1040         if ((*I)->NewLine) {
 1042                        << (*I)->Previous->State.NextToken->Tok.getName()