| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | NativeFormatting.cpp | 56 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() 79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned() 90 IntegerStyle Style) { in write_signed() 105 IntegerStyle Style) { in write_integer() 110 IntegerStyle Style) { in write_integer() 115 IntegerStyle Style) { in write_integer() 120 IntegerStyle Style) { in write_integer() 125 IntegerStyle Style) { in write_integer() 130 IntegerStyle Style) { in write_integer() 134 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() [all …]
|
| H A D | Chrono.cpp | 74 StringRef Style) { in format() 111 const UtcTime<std::chrono::seconds> &T, raw_ostream &OS, StringRef Style) { in format() 121 StringRef Style) { in format()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatAdapters.h | 39 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format() 53 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format() 68 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format() 81 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
|
| H A D | FormatProviders.h | 94 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
|
| H A D | Path.h | 28 enum class Style { enum
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 1963 FormatStyle Style = getLLVMStyle(); in getWebKitStyle() local 1987 FormatStyle Style = getLLVMStyle(); in getGNUStyle() local 2002 FormatStyle Style = getLLVMStyle(Language); in getMicrosoftStyle() local 2031 FormatStyle Style = getLLVMStyle(); in getClangFormatStyle() local 2053 FormatStyle *Style) { in getPredefinedStyle() 2081 ParseError validateQualifierOrder(FormatStyle *Style) { in validateQualifierOrder() 2114 FormatStyle *Style, bool AllowUnknownOptions, in parseConfiguration() 2209 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText() 2231 FormatStyle Style = It->second; in Get() local 2236 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { in Add() [all …]
|
| H A D | UnwrappedLineFormatter.h | 30 const FormatStyle &Style, in UnwrappedLineFormatter() 66 const FormatStyle &Style; variable
|
| H A D | UnwrappedLineFormatter.cpp | 46 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker() 146 const FormatStyle &Style; member in clang::format::__anond596d1440111::LevelIndentTracker 193 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner() 1002 const FormatStyle &Style; member in clang::format::__anond596d1440111::LineJoiner 1054 const FormatStyle &Style, in LineFormatter() 1151 const FormatStyle &Style; member in clang::format::__anond596d1440111::LineFormatter 1160 const FormatStyle &Style, in NoColumnLimitLineFormatter() 1187 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() 1211 const FormatStyle &Style, in OptimizingLineFormatter() 1522 const FormatStyle &Style) { in computeNewlines()
|
| H A D | DefinitionBlockSeparator.h | 26 DefinitionBlockSeparator(const Environment &Env, const FormatStyle &Style) in DefinitionBlockSeparator()
|
| H A D | BreakableToken.cpp | 31 const FormatStyle &Style) { in getLineCommentIndentPrefix() 58 encoding::Encoding Encoding, const FormatStyle &Style, in getCommentSplit() 257 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableStringLiteral() 285 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableStringLiteralUsingOperators() 399 const FormatStyle &Style) in BreakableComment() 470 encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) in BreakableBlockComment() 853 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableLineCommentSection()
|
| H A D | TokenAnalyzer.h | 94 FormatStyle Style; variable
|
| H A D | TokenAnnotator.h | 225 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() 273 const FormatStyle &Style; variable
|
| H A D | BreakableToken.h | 237 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableToken() 244 const FormatStyle &Style; variable
|
| H A D | ContinuationIndenter.cpp | 34 static bool shouldIndentWrappedSelectorName(const FormatStyle &Style, in shouldIndentWrappedSelectorName() 149 const FormatStyle &Style) { in mustBreakBinaryOperation() 158 const FormatStyle &Style) { in opensProtoMessageField() 196 getCanonicalRawStringDelimiter(const FormatStyle &Style, in getCanonicalRawStringDelimiter() 243 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() 1601 const FormatStyle &Style) { in hasNestedBlockInlined()
|
| H A D | FormatTokenLexer.h | 124 const FormatStyle &Style; variable
|
| H A D | WhitespaceManager.h | 37 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() 365 const FormatStyle &Style; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | FormatUtil.cpp | 130 #define PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) \ argument 135 #define PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, \ argument 146 CharacteristicStyle Style) { in formatSectionCharacteristics()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 40 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence() 83 const IncludeStyle &Style) { in getOffsetAfterHeaderGuardsAndComments() 159 const IncludeStyle &Style) { in getMaxHeaderInsertionOffset() 190 IncludeCategoryManager::IncludeCategoryManager(const IncludeStyle &Style, in IncludeCategoryManager() 281 const IncludeStyle &Style) in HeaderIncludes()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DIERef.cpp | 19 format(const DIERef & ref,raw_ostream & OS,StringRef Style) format() argument
|
| /freebsd/contrib/googletest/ |
| H A D | CONTRIBUTING.md | 76 ## Style section in How to become a contributor and submit your own code
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | Formatters.cpp | 39 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { in format()
|
| /freebsd/ |
| H A D | CONTRIBUTING.md | 147 ## Style section in Contribution Guidelines for GitHub
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| H A D | HeaderIncludes.h | 42 const IncludeStyle Style; variable
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.cpp | 106 void XCOFFDumper::printAuxMemberHelper(PrintStyle Style, const char *MemberName, in printAuxMemberHelper() 161 auto &Member) { in printAuxiliaryHeader() 219 auto &Member) { in printAuxiliaryHeader()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 284 bool ShouldInline, OutputStyle Style, in executeCommand() 338 OutputStyle Style, StringRef InputString, in symbolizeInput() 548 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM; in llvm_symbolizer_main() local
|