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.h2243 enum BreakBeforeInlineASMColonStyle : int8_t { enum
2269 BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp251 struct ScalarEnumerationTraits<FormatStyle::BreakBeforeInlineASMColonStyle> {
253 FormatStyle::BreakBeforeInlineASMColonStyle &Value) { in enumeration()