Home
last modified time | relevance | path

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

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