Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1378 PPDirectiveIndentStyle IndentPPDirectives; member
2123 IndentPPDirectives == R.IndentPPDirectives &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineParser.cpp233 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None in UnwrappedLineParser()
240 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None in reset()
800 Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPEndIf()
832 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPDefine()
849 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPUnknown()
2720 if (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in readToken()
HDContinuationIndenter.cpp248 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in getInitialState()
567 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in addTokenOnCurrentLine()
HDUnwrappedLineFormatter.cpp1246 if (Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in formatFirstToken()
HDFormat.cpp484 IO.mapOptional("IndentPPDirectives", Style.IndentPPDirectives); in mapping()
786 LLVMStyle.IndentPPDirectives = FormatStyle::PPDIS_None; in getLLVMStyle()
HDTokenAnnotator.cpp2098 (Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in setCommentLineLevels()