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