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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
 1241        I != E; ++I) {
 1241        I != E; ++I) {
 1250     if (*I > prec::Comma)
 1257         (Style.AlignOperands || *I < prec::Assignment) &&
 1259          (Style.Language != FormatStyle::LK_Java && *I > 0)) &&
 1261          *I != prec::Comma || Current.NestingLevel == 0))
 1272     if (*I > prec::Unknown)
 1274     if (*I != prec::Conditional && !Current.is(TT_UnaryOperator) &&
 1282     if (*I == prec::Conditional ||
 1283         (!SkipFirstExtraIndent && *I > prec::Assignment &&
 1286     if ((Previous && !Previous->opensScope()) || *I != prec::Comma)