Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2079 enum BreakBeforeInlineASMColonStyle : int8_t { enum
2105 BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp265 struct ScalarEnumerationTraits<FormatStyle::BreakBeforeInlineASMColonStyle> {
267 FormatStyle::BreakBeforeInlineASMColonStyle &Value) { in enumeration()