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.h2952 enum PPDirectiveIndentStyle : int8_t { enum
2984 PPDirectiveIndentStyle IndentPPDirectives;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp513 struct ScalarEnumerationTraits<FormatStyle::PPDirectiveIndentStyle> {
514 static void enumeration(IO &IO, FormatStyle::PPDirectiveIndentStyle &Value) { in enumeration()