Searched refs:PPDirectiveIndentStyle (Results 1 – 2 of 2) sorted by relevance
2791 enum PPDirectiveIndentStyle : int8_t { enum2823 PPDirectiveIndentStyle IndentPPDirectives;
480 struct ScalarEnumerationTraits<FormatStyle::PPDirectiveIndentStyle> {481 static void enumeration(IO &IO, FormatStyle::PPDirectiveIndentStyle &Value) { in enumeration()