Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h2809 PPDIS_AfterHash, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDContinuationIndenter.cpp259 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in getInitialState()
742 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in addTokenOnCurrentLine()
HDFormat.cpp483 IO.enumCase(Value, "AfterHash", FormatStyle::PPDIS_AfterHash); in enumeration()