Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format41 BreakBeforeInheritanceComma: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp605 bool BreakBeforeInheritanceComma = false; in mapping() local
606 IO.mapOptional("BreakBeforeInheritanceComma", BreakBeforeInheritanceComma); in mapping()
611 if (BreakBeforeInheritanceComma && in mapping()