Searched refs:FormatStyle (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp130 const FormatStyle &Style, unsigned &LineLevel)
150 SourceManager &SourceMgr, const FormatStyle &Style,
159 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None
167 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None
266 if (Style.Language == FormatStyle::LK_TextProto)
280 if (Style.Language == FormatStyle::LK_TextProto &&
440 if (Style.Language == FormatStyle::LK_Proto || Style.isVerilog() ||
539 if (Style.Language == FormatStyle::LK_Proto) {
769 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) {
806 if (AddLevels > 0u && Style.BreakBeforeBraces != FormatStyle
[all...]
H A DWhitespaceManager.cpp281 AlignTokenSequence(const FormatStyle &Style, unsigned Start, unsigned End,
463 if ((Style.PointerAlignment == FormatStyle::PAS_Right ||
464 Style.ReferenceAlignment == FormatStyle::RAS_Right) &&
467 Style.ReferenceAlignment != FormatStyle::RAS_Right &&
468 Style.ReferenceAlignment != FormatStyle::RAS_Pointer;
477 } else if (Style.PointerAlignment != FormatStyle::PAS_Right) {
520 static unsigned AlignTokens(const FormatStyle &Style, F &&Matches,
523 const FormatStyle::AlignConsecutiveStyle &ACS = {},
1057 if (Style.AlignTrailingComments.Kind == FormatStyle::TCAS_Never)
1065 if (Style.AlignTrailingComments.Kind == FormatStyle
[all...]
H A DBreakableToken.cpp43 const FormatStyle &Style) {
49 if (Style.Language == FormatStyle::LK_TextProto)
70 encoding::Encoding Encoding, const FormatStyle &Style,
270 encoding::Encoding Encoding, const FormatStyle &Style)
298 encoding::Encoding Encoding, const FormatStyle &Style)
316 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None;
352 Style.AlignOperands == FormatStyle::OAS_AlignAfterOperator) {
412 const FormatStyle &Style)
483 encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF)
579 if (Style.isJavaScript() || Style.Language == FormatStyle
[all...]
H A DUnwrappedLineParser.h109 UnwrappedLineParser(SourceManager &SourceMgr, const FormatStyle &Style,
326 const FormatStyle &Style;
H A DWhitespaceManager.h42 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style,
356 const FormatStyle &Style;
H A DTokenAnalyzer.cpp86 TokenAnalyzer::TokenAnalyzer(const Environment &Env, const FormatStyle &Style)
H A DObjCPropertyAttributeOrderFixer.cpp24 const Environment &Env, const FormatStyle &Style)
H A DSortJavaScriptImports.cpp37 using clang::format::FormatStyle;
136 JavaScriptImportSorter(const Environment &Env, const FormatStyle &Style)
591 tooling::Replacements sortJavaScriptImports(const FormatStyle &Style,
H A DMacroExpander.cpp123 const FormatStyle &Style,
H A DFormatToken.h804 [[nodiscard]] bool isBlockIndentedInitRBrace(const FormatStyle &Style) const;
808 [[nodiscard]] bool opensBlockOrBlockTypeList(const FormatStyle &Style) const;
812 bool isCppStructuredBinding(const FormatStyle &Style) const {
824 bool closesBlockOrBlockTypeList(const FormatStyle &Style) const {
884 TokenRole(const FormatStyle &Style) : Style(Style) {}
917 const FormatStyle &Style;
922 CommaSeparatedList(const FormatStyle &Style)
H A DQualifierAlignmentFixer.cpp28 void addQualifierAlignmentFixerPasses(const FormatStyle &Style,
526 const Environment &Env, const FormatStyle &Style,
H A DFormatTokenLexer.cpp27 const FormatStyle &Style, encoding::Encoding Encoding,
88 if (Style.Language == FormatStyle::LK_TextProto)
199 if (Style.Language == FormatStyle::LK_Java) {
1193 if ((Style.isJavaScript() || Style.Language == FormatStyle::LK_Java) &&
1256 if (Style.Language == FormatStyle::LK_Java &&
H A DNamespaceEndCommentsFixer.cpp278 const FormatStyle &Style)
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h163 format::FormatStyle Style = format::getNoStyle();
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp146 const format::FormatStyle &Style) {

Completed in 275 milliseconds

12