Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1270 std::optional<unsigned> BracedInitializerIndentWidth; member
5029 BracedInitializerIndentWidth == R.BracedInitializerIndentWidth &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp953 Style.BracedInitializerIndentWidth); in mapping()
1454 LLVMStyle.BracedInitializerIndentWidth = std::nullopt; in getLLVMStyle()
H A DContinuationIndenter.cpp1836 CurrentState.LastSpace + Style.BracedInitializerIndentWidth.value_or( in moveStatePastScopeOpener()