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

References

tools/clang/unittests/Format/FormatTest.cpp
 5929   Style.PointerAlignment = FormatStyle::PAS_Left;
 5930   Style.DerivePointerAlignment = false;
 5934                Style);
 5937                Style);
 5938   verifyFormat("vector<int*> a, b;", Style);
 5939   verifyFormat("for (int *p, *q; p != q; p = p->next) {\n}", Style);