Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1100 PPDIS_AfterHash enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp827 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash) in parsePPDefine()
844 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash) in parsePPUnknown()
H A DContinuationIndenter.cpp249 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in getInitialState()
565 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in addTokenOnCurrentLine()
H A DFormat.cpp165 IO.enumCase(Value, "AfterHash", FormatStyle::PPDIS_AfterHash); in enumeration()