Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp67 (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in nextLine()
1580 Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in formatFirstToken()
H A DUnwrappedLineParser.cpp4878 if (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in readToken()
H A DFormat.cpp484 IO.enumCase(Value, "BeforeHash", FormatStyle::PPDIS_BeforeHash); in enumeration()
H A DTokenAnnotator.cpp3550 Line->Level = Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in setCommentLineLevels()
/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2818 PPDIS_BeforeHash enumerator