Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2279 enum PPDirectiveIndentStyle : unsigned char { enum
2310 PPDirectiveIndentStyle IndentPPDirectives;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp290 struct ScalarEnumerationTraits<FormatStyle::PPDirectiveIndentStyle> {
291 static void enumeration(IO &IO, FormatStyle::PPDirectiveIndentStyle &Value) { in enumeration()