Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2191 enum BreakBeforeInlineASMColonStyle : int8_t { enum
2217 BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp238 struct ScalarEnumerationTraits<FormatStyle::BreakBeforeInlineASMColonStyle> {
240 FormatStyle::BreakBeforeInlineASMColonStyle &Value) { in enumeration()