Home
last modified time | relevance | path

Searched refs:BreakBeforeInlineASMColon (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h1813 BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon; member
4213 BreakBeforeInlineASMColon == R.BreakBeforeInlineASMColon &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp358 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always || in mustBreak()
359 Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_OnlyMultiline))) { in mustBreak()
H A DFormat.cpp892 Style.BreakBeforeInlineASMColon); in mapping()
1359 LLVMStyle.BreakBeforeInlineASMColon = FormatStyle::BBIAS_OnlyMultiline; in getLLVMStyle()
H A DTokenAnnotator.cpp4489 Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always) { in mustBreakBefore()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst2434 **BreakBeforeInlineASMColon** (``BreakBeforeInlineASMColonStyle``) :versionbadge:`clang-format 16` …