Home
last modified time | relevance | path

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

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