Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2661 enum PPDirectiveIndentStyle : int8_t { enum
2693 PPDirectiveIndentStyle IndentPPDirectives;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp489 struct ScalarEnumerationTraits<FormatStyle::PPDirectiveIndentStyle> {
490 static void enumeration(IO &IO, FormatStyle::PPDirectiveIndentStyle &Value) { in enumeration()