Home
last modified time | relevance | path

Searched refs:IndentPPDirectives (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/pam-krb5/
H A D.clang-format25 IndentPPDirectives: AfterHash
/freebsd/contrib/libucl/
H A D.clang-format40 IndentPPDirectives: None
/freebsd/contrib/libcbor/
H A D.clang-format75 IndentPPDirectives: None
/freebsd/
H A D.clang-format100 IndentPPDirectives: None
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2984 PPDirectiveIndentStyle IndentPPDirectives; member
5411 IndentPPDirectives == R.IndentPPDirectives &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp65 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None && in nextLine()
67 (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in nextLine()
1655 Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in formatFirstToken()
H A DUnwrappedLineParser.cpp165 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None in UnwrappedLineParser()
173 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None in reset()
1143 Style.IndentPPDirectives != FormatStyle::PPDIS_None) { in parsePPEndIf()
1189 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPDefine()
1223 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPUnknown()
4904 if (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in readToken()
H A DContinuationIndenter.cpp267 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in getInitialState()
782 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in addTokenOnCurrentLine()
H A DFormat.cpp1084 IO.mapOptional("IndentPPDirectives", Style.IndentPPDirectives); in mapping()
1609 LLVMStyle.IndentPPDirectives = FormatStyle::PPDIS_None; in getLLVMStyle()
H A DTokenAnnotator.cpp3614 Line->Level = Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in setCommentLineLevels()