Home
last modified time | relevance | path

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

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