Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h993 bool AllowShortNamespacesOnASingleLine; member
5355 AllowShortNamespacesOnASingleLine ==
5356 R.AllowShortNamespacesOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp352 if (Style.AllowShortNamespacesOnASingleLine && in tryFitMultipleLinesInOne()
H A DFormat.cpp1014 Style.AllowShortNamespacesOnASingleLine); in mapping()
1535 LLVMStyle.AllowShortNamespacesOnASingleLine = false; in getLLVMStyle()