Home
last modified time | relevance | path

Searched refs:AllowBreakBeforeNoexceptSpecifier (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h657 BreakBeforeNoexceptSpecifierStyle AllowBreakBeforeNoexceptSpecifier; member
4770 AllowBreakBeforeNoexceptSpecifier ==
4771 R.AllowBreakBeforeNoexceptSpecifier &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp920 Style.AllowBreakBeforeNoexceptSpecifier); in mapping()
1470 LLVMStyle.AllowBreakBeforeNoexceptSpecifier = FormatStyle::BBNSS_Never; in getLLVMStyle()
H A DTokenAnnotator.cpp5758 switch (Style.AllowBreakBeforeNoexceptSpecifier) { in canBreakBefore()