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

References

tools/clang/unittests/Format/FormatTest.cpp
10684   ForLoopStyle.SpaceBeforeRangeBasedForLoopColon = false;
10685   verifyFormat("class Foo : public Bar {};", ForLoopStyle);
10686   verifyFormat("Foo::Foo() : foo(1) {}", ForLoopStyle);
10687   verifyFormat("for (auto a: b) {\n}", ForLoopStyle);
10688   verifyFormat("int x = a ? b : c;", ForLoopStyle);
10693                ForLoopStyle);
10698                ForLoopStyle);