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

References

tools/clang/unittests/Format/FormatTest.cpp
 9596   verifyFormat("void foo() { MACRO(a * b); }", Style);
 9597   verifyFormat("void foo() { MACRO(int *b); }", Style);
 9600   verifyFormat("void foo() { MACRO(char8_t *b); }", Style);
 9601   Style.Standard = FormatStyle::LS_Cpp17;
 9603   verifyFormat("void foo() { MACRO(char8_t * b); }", Style);