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()
1569 Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in formatFirstToken()
H A DUnwrappedLineParser.cpp4763 if (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in readToken()
H A DFormat.cpp493 IO.enumCase(Value, "BeforeHash", FormatStyle::PPDIS_BeforeHash); in enumeration()
H A DTokenAnnotator.cpp3146 Line->Level = Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in setCommentLineLevels()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2688 PPDIS_BeforeHash enumerator