Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3327 enum NamespaceIndentationKind : int8_t { enum
3362 NamespaceIndentationKind NamespaceIndentation;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp433 struct ScalarEnumerationTraits<FormatStyle::NamespaceIndentationKind> {
435 FormatStyle::NamespaceIndentationKind &Value) { in enumeration()