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