Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2306 PPDIS_BeforeHash enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1339 if (Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in formatFirstToken()
H A DUnwrappedLineParser.cpp3306 if (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in readToken()
H A DFormat.cpp294 IO.enumCase(Value, "BeforeHash", FormatStyle::PPDIS_BeforeHash); in enumeration()
H A DTokenAnnotator.cpp2346 (Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in setCommentLineLevels()