Home
last modified time | relevance | path

Searched refs:PPDIS_BeforeHash (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp67 (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in nextLine()
1655 Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in formatFirstToken()
H A DUnwrappedLineParser.cpp4904 if (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in readToken()
H A DFormat.cpp517 IO.enumCase(Value, "BeforeHash", FormatStyle::PPDIS_BeforeHash); in enumeration()
H A DTokenAnnotator.cpp3614 Line->Level = Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in setCommentLineLevels()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2979 PPDIS_BeforeHash enumerator