Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h717 BreakBeforeNoexceptSpecifierStyle AllowBreakBeforeNoexceptSpecifier; member
5007 AllowBreakBeforeNoexceptSpecifier ==
5008 R.AllowBreakBeforeNoexceptSpecifier &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp925 Style.AllowBreakBeforeNoexceptSpecifier); in mapping()
1438 LLVMStyle.AllowBreakBeforeNoexceptSpecifier = FormatStyle::BBNSS_Never; in getLLVMStyle()
H A DTokenAnnotator.cpp6292 switch (Style.AllowBreakBeforeNoexceptSpecifier) { in canBreakBefore()