Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h1787 enum BreakBeforeInlineASMColonStyle : int8_t { enum
1813 BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon;
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp244 struct ScalarEnumerationTraits<FormatStyle::BreakBeforeInlineASMColonStyle> {
246 FormatStyle::BreakBeforeInlineASMColonStyle &Value) { in enumeration()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst2434 **BreakBeforeInlineASMColon** (``BreakBeforeInlineASMColonStyle``) :versionbadge:`clang-format 16` …