Home
last modified time | relevance | path

Searched defs:Style (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-src/sys/contrib/zstd/
H A DCONTRIBUTING.md392 ### C90
398 ### C++ direct compatibility : symbol mangling
403 ### Minimal Frugal
428 ### Naming
453 ### Qualifiers
464 ### Debugging
471 ### Code documentation
481 ### General layout
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp57 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
80 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
91 IntegerStyle Style) { in write_signed()
106 IntegerStyle Style) { in write_integer()
111 IntegerStyle Style) { in write_integer()
116 IntegerStyle Style) { in write_integer()
121 IntegerStyle Style) { in write_integer()
126 IntegerStyle Style) { in write_integer()
131 IntegerStyle Style) { in write_integer()
135 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex()
[all …]
H A DChrono.cpp73 StringRef Style) { in format()
110 const UtcTime<std::chrono::seconds> &T, raw_ostream &OS, StringRef Style) { in format()
120 StringRef Style) { in format()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatAdapters.h37 format(llvm::raw_ostream & Stream,StringRef Style) format() argument
51 format(llvm::raw_ostream & Stream,StringRef Style) format() argument
66 format(llvm::raw_ostream & Stream,StringRef Style) format() argument
79 format(llvm::raw_ostream & Stream,StringRef Style) format() argument
H A DFormatProviders.h78 consumeHexStyle(StringRef & Str,HexPrintStyle & Style) consumeHexStyle() argument
93 consumeNumHexDigits(StringRef & Str,HexPrintStyle Style,size_t Default) consumeNumHexDigits() argument
[all...]
H A DPath.h27 enum class Style { enum
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1840 FormatStyle Style = getLLVMStyle(); getWebKitStyle() local
1864 FormatStyle Style = getLLVMStyle(); getGNUStyle() local
1879 FormatStyle Style = getLLVMStyle(Language); getMicrosoftStyle() local
1908 FormatStyle Style = getLLVMStyle(); getClangFormatStyle() local
1926 getPredefinedStyle(StringRef Name,FormatStyle::LanguageKind Language,FormatStyle * Style) getPredefinedStyle() argument
1954 validateQualifierOrder(FormatStyle * Style) validateQualifierOrder() argument
1987 parseConfiguration(llvm::MemoryBufferRef Config,FormatStyle * Style,bool AllowUnknownOptions,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) parseConfiguration() argument
2028 for (const FormatStyle &Style : llvm::reverse(Styles)) { parseConfiguration() local
2052 configurationAsText(const FormatStyle & Style) configurationAsText() argument
2074 FormatStyle Style = It->second; Get() local
2079 Add(FormatStyle Style) Add() argument
2101 ParensRemover(const Environment & Env,const FormatStyle & Style) ParensRemover() argument
2145 BracesInserter(const Environment & Env,const FormatStyle & Style) BracesInserter() argument
2198 BracesRemover(const Environment & Env,const FormatStyle & Style) BracesRemover() argument
2249 SemiRemover(const Environment & Env,const FormatStyle & Style) SemiRemover() argument
2300 JavaScriptRequoter(const Environment & Env,const FormatStyle & Style) JavaScriptRequoter() argument
2388 Formatter(const Environment & Env,const FormatStyle & Style,FormattingAttemptStatus * Status) Formatter() argument
2530 TrailingCommaInserter(const Environment & Env,const FormatStyle & Style) TrailingCommaInserter() argument
2591 Cleaner(const Environment & Env,const FormatStyle & Style) Cleaner() argument
2814 ObjCHeaderStyleGuesser(const Environment & Env,const FormatStyle & Style) ObjCHeaderStyleGuesser() argument
3042 sortCppIncludes(const FormatStyle & Style,const SmallVectorImpl<IncludeDirective> & Includes,ArrayRef<tooling::Range> Ranges,StringRef FileName,StringRef Code,tooling::Replacements & Replaces,unsigned * Cursor) sortCppIncludes() argument
3140 sortCppIncludes(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,tooling::Replacements & Replaces,unsigned * Cursor) sortCppIncludes() argument
3248 findJavaImportGroup(const FormatStyle & Style,StringRef ImportIdentifier) findJavaImportGroup() argument
3268 sortJavaImports(const FormatStyle & Style,const SmallVectorImpl<JavaImportDirective> & Imports,ArrayRef<tooling::Range> Ranges,StringRef FileName,StringRef Code,tooling::Replacements & Replaces) sortJavaImports() argument
3350 sortJavaImports(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,tooling::Replacements & Replaces) sortJavaImports() argument
3411 sortIncludes(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,unsigned * Cursor) sortIncludes() argument
3435 processReplacements(T ProcessFunc,StringRef Code,const tooling::Replacements & Replaces,const FormatStyle & Style) processReplacements() argument
3453 formatReplacements(StringRef Code,const tooling::Replacements & Replaces,const FormatStyle & Style) formatReplacements() argument
3468 __anon79e69e6d0a02(const FormatStyle &Style, StringRef Code, std::vector<tooling::Range> Ranges, StringRef FileName) formatReplacements() argument
3491 fixCppIncludeInsertions(StringRef Code,const tooling::Replacements & Replaces,const FormatStyle & Style) fixCppIncludeInsertions() argument
3564 cleanupAroundReplacements(StringRef Code,const tooling::Replacements & Replaces,const FormatStyle & Style) cleanupAroundReplacements() argument
3580 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,unsigned FirstStartColumn,unsigned NextStartColumn,unsigned LastStartColumn,StringRef FileName,FormattingAttemptStatus * Status) reformat() argument
3766 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,FormattingAttemptStatus * Status) reformat() argument
3777 cleanup(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) cleanup() argument
3789 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,bool * IncompleteFormat) reformat() argument
3799 fixNamespaceEndComments(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) fixNamespaceEndComments() argument
3809 sortUsingDeclarations(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) sortUsingDeclarations() argument
3819 getFormattingLangOpts(const FormatStyle & Style) getFormattingLangOpts() argument
3924 loadAndParseConfigFile(StringRef ConfigFile,llvm::vfs::FileSystem * FS,FormatStyle * Style,bool AllowUnknownOptions) loadAndParseConfigFile() argument
3938 FormatStyle Style = getLLVMStyle(guessLanguage(FileName, Code)); getStyle() local
4008 __anon79e69e6d1b02(FormatStyle *Style) getStyle() argument
[all...]
H A DUnwrappedLineFormatter.h32 UnwrappedLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,const AdditionalKeywords & Keywords,const SourceManager & SourceMgr,FormattingAttemptStatus * Status) UnwrappedLineFormatter() argument
68 const FormatStyle &Style; global() variable
H A DDefinitionBlockSeparator.h26 DefinitionBlockSeparator(const Environment &Env, const FormatStyle &Style) in DefinitionBlockSeparator()
H A DUnwrappedLineFormatter.cpp46 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker() argument
167 const FormatStyle &Style; global() member in clang::format::__anon1ae19a960111::LevelIndentTracker
214 LineJoiner(const FormatStyle & Style,const AdditionalKeywords & Keywords,const SmallVectorImpl<AnnotatedLine * > & Lines) LineJoiner() argument
935 const FormatStyle &Style; global() member in clang::format::__anon1ae19a960111::LineJoiner
987 LineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) LineFormatter() argument
1084 const FormatStyle &Style; global() member in clang::format::__anon1ae19a960111::LineFormatter
1093 NoColumnLimitLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) NoColumnLimitLineFormatter() argument
1120 NoLineBreakFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) NoLineBreakFormatter() argument
1144 OptimizingLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) OptimizingLineFormatter() argument
1455 computeNewlines(const AnnotatedLine & Line,const AnnotatedLine * PreviousLine,const AnnotatedLine * PrevPrevLine,const SmallVectorImpl<AnnotatedLine * > & Lines,const FormatStyle & Style) computeNewlines() argument
[all...]
H A DBreakableToken.cpp43 const FormatStyle &Style) { in getLineCommentIndentPrefix() argument
70 encoding::Encoding Encoding, const FormatStyle &Style, in getCommentSplit() argument
270 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableStringLiteral() argument
298 BreakableStringLiteralUsingOperators(const FormatToken & Tok,QuoteStyleType QuoteStyle,bool UnindentPlus,unsigned StartColumn,unsigned UnbreakableTailLength,bool InPPDirective,encoding::Encoding Encoding,const FormatStyle & Style) BreakableStringLiteralUsingOperators() argument
412 BreakableComment(const FormatToken & Token,unsigned StartColumn,bool InPPDirective,encoding::Encoding Encoding,const FormatStyle & Style) BreakableComment() argument
483 BreakableBlockComment(const FormatToken & Token,unsigned StartColumn,unsigned OriginalStartColumn,bool FirstInLine,bool InPPDirective,encoding::Encoding Encoding,const FormatStyle & Style,bool UseCRLF) BreakableBlockComment() argument
865 BreakableLineCommentSection(const FormatToken & Token,unsigned StartColumn,bool InPPDirective,encoding::Encoding Encoding,const FormatStyle & Style) BreakableLineCommentSection() argument
[all...]
H A DTokenAnnotator.h214 TokenAnnotator(const FormatStyle & Style,const AdditionalKeywords & Keywords) TokenAnnotator() argument
261 const FormatStyle &Style; global() variable
H A DTokenAnalyzer.h105 FormatStyle Style; global() variable
H A DBreakableToken.h240 BreakableToken(const FormatToken & Tok,bool InPPDirective,encoding::Encoding Encoding,const FormatStyle & Style) BreakableToken() argument
247 const FormatStyle &Style; global() variable
H A DContinuationIndenter.cpp34 static bool shouldIndentWrappedSelectorName(const FormatStyle &Style, in shouldIndentWrappedSelectorName() argument
133 const FormatStyle &Style) { in startsNextParameter() argument
150 const FormatStyle &Style) { in opensProtoMessageField() argument
188 getCanonicalRawStringDelimiter(const FormatStyle & Style,FormatStyle::LanguageKind Language) getCanonicalRawStringDelimiter() argument
235 ContinuationIndenter(const FormatStyle & Style,const AdditionalKeywords & Keywords,const SourceManager & SourceMgr,WhitespaceManager & Whitespaces,encoding::Encoding Encoding,bool BinPackInconclusiveFunctions) ContinuationIndenter() argument
1462 hasNestedBlockInlined(const FormatToken * Previous,const FormatToken & Current,const FormatStyle & Style) hasNestedBlockInlined() argument
[all...]
H A DFormatTokenLexer.h126 const FormatStyle &Style; global() variable
H A DWhitespaceManager.h42 WhitespaceManager(const SourceManager & SourceMgr,const FormatStyle & Style,bool UseCRLF) WhitespaceManager() argument
356 const FormatStyle &Style; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp131 #define PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) \ argument
136 #define PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, \ argument
147 CharacteristicStyle Style) { in formatSectionCharacteristics()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence() argument
84 const IncludeStyle &Style) { in getOffsetAfterHeaderGuardsAndComments() argument
160 const IncludeStyle &Style) { in getMaxHeaderInsertionOffset() argument
191 IncludeCategoryManager::IncludeCategoryManager(const IncludeStyle &Style, in IncludeCategoryManager() argument
272 HeaderIncludes(StringRef FileName,StringRef Code,const IncludeStyle & Style) HeaderIncludes() argument
[all...]
/freebsd-src/
H A DCONTRIBUTING.md95 ## Style section in Contribution Guidelines for GitHub
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp20 StringRef Style) { in format()
/freebsd-src/contrib/googletest/
H A DCONTRIBUTING.md76 ## Style section in How to become a contributor and submit your own code
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp39 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { in format()
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h42 const IncludeStyle Style; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp279 bool ShouldInline, OutputStyle Style, in executeCommand() argument
333 OutputStyle Style, StringRef InputString, in symbolizeInput() argument
532 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM; llvm_symbolizer_main() local
[all...]

123