Home
last modified time | relevance | path

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

/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.h2823 PPDirectiveIndentStyle IndentPPDirectives; member
5072 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()
1580 Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in formatFirstToken()
H A DUnwrappedLineParser.cpp168 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None in UnwrappedLineParser()
178 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None in reset()
1142 Style.IndentPPDirectives != FormatStyle::PPDIS_None) { in parsePPEndIf()
1181 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPDefine()
1216 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPUnknown()
4878 if (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in readToken()
H A DContinuationIndenter.cpp259 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in getInitialState()
742 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in addTokenOnCurrentLine()
H A DFormat.cpp1007 IO.mapOptional("IndentPPDirectives", Style.IndentPPDirectives); in mapping()
1516 LLVMStyle.IndentPPDirectives = FormatStyle::PPDIS_None; in getLLVMStyle()
H A DTokenAnnotator.cpp3550 Line->Level = Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in setCommentLineLevels()