Home
last modified time | relevance | path

Searched defs:BreakConstructorInitializersBeforeComma (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp716 bool BreakConstructorInitializersBeforeComma = false; in mapping() local
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp21043 TEST_F(FormatTest, BreakConstructorInitializersBeforeComma) { in TEST_F() argument