Home
last modified time | relevance | path

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

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