Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2320 enum PPDirectiveIndentStyle : int8_t { enum
2352 PPDirectiveIndentStyle IndentPPDirectives;
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp367 struct ScalarEnumerationTraits<FormatStyle::PPDirectiveIndentStyle> {
368 static void enumeration(IO &IO, FormatStyle::PPDirectiveIndentStyle &Value) { in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2879 **IndentPPDirectives** (``PPDirectiveIndentStyle``) :versionbadge:`clang-format 6`