Searched refs:BreakBeforeInheritanceComma (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp433 bool BreakBeforeInheritanceComma = false; local
434 IO.mapOptional("BreakBeforeInheritanceComma", BreakBeforeInheritanceComma);
436 // If BreakBeforeInheritanceComma was specified but
439 if (BreakBeforeInheritanceComma &&

Completed in 109 milliseconds