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.h733 BreakBeforeNoexceptSpecifierStyle AllowBreakBeforeNoexceptSpecifier; member
5339 AllowBreakBeforeNoexceptSpecifier ==
5340 R.AllowBreakBeforeNoexceptSpecifier &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp994 Style.AllowBreakBeforeNoexceptSpecifier); in mapping()
1525 LLVMStyle.AllowBreakBeforeNoexceptSpecifier = FormatStyle::BBNSS_Never; in getLLVMStyle()
H A DTokenAnnotator.cpp6448 switch (Style.AllowBreakBeforeNoexceptSpecifier) { in canBreakBefore()