/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | NativeFormatting.cpp | 57 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() 94 IntegerStyle Style) { in write_signed() 109 IntegerStyle Style) { in write_integer() 114 IntegerStyle Style) { in write_integer() 119 IntegerStyle Style) { in write_integer() 124 IntegerStyle Style) { in write_integer() 129 IntegerStyle Style) { in write_integer() 134 IntegerStyle Style) { in write_integer() 138 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() 168 void llvm::write_double(raw_ostream &S, double N, FloatStyle Style, in write_double() [all …]
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | Format.cpp | 1724 FormatStyle Style = getLLVMStyle(); in getWebKitStyle() local 1748 FormatStyle Style = getLLVMStyle(); in getGNUStyle() local 1763 FormatStyle Style = getLLVMStyle(Language); in getMicrosoftStyle() local 1801 FormatStyle *Style) { in getPredefinedStyle() 1946 FormatStyle Style = It->second; in Get() local 2864 static void sortCppIncludes(const FormatStyle &Style, in sortCppIncludes() 3093 static void sortJavaImports(const FormatStyle &Style, in sortJavaImports() 3260 const FormatStyle &Style) { in processReplacements() 3278 const FormatStyle &Style) { in formatReplacements() 3316 const FormatStyle &Style) { in fixCppIncludeInsertions() [all …]
|
H A D | UnwrappedLineFormatter.h | 32 const FormatStyle &Style, in UnwrappedLineFormatter() 68 const FormatStyle &Style; variable
|
H A D | UnwrappedLineFormatter.cpp | 45 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker() 163 const FormatStyle &Style; member in clang::format::__anon07d40d110111::LevelIndentTracker 207 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner() 911 const FormatStyle &Style; member in clang::format::__anon07d40d110111::LineJoiner 942 const FormatStyle &Style, in LineFormatter() 1048 const FormatStyle &Style; member in clang::format::__anon07d40d110111::LineFormatter 1057 const FormatStyle &Style, in NoColumnLimitLineFormatter() 1084 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() 1108 const FormatStyle &Style, in OptimizingLineFormatter()
|
H A D | TokenAnnotator.h | 173 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() 220 const FormatStyle &Style; variable
|
H A D | BreakableToken.cpp | 43 const FormatStyle &Style) { in getLineCommentIndentPrefix() 70 encoding::Encoding Encoding, const FormatStyle &Style, in getCommentSplit() 270 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableStringLiteral() 298 const FormatStyle &Style) in BreakableComment() 369 encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) in BreakableBlockComment() 753 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableLineCommentSection()
|
H A D | DefinitionBlockSeparator.h | 26 DefinitionBlockSeparator(const Environment &Env, const FormatStyle &Style) in DefinitionBlockSeparator()
|
H A D | BreakableToken.h | 235 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableToken() 242 const FormatStyle &Style; variable
|
H A D | ContinuationIndenter.cpp | 33 static bool shouldIndentWrappedSelectorName(const FormatStyle &Style, in shouldIndentWrappedSelectorName() 124 const FormatStyle &Style) { in startsNextParameter() 141 const FormatStyle &Style) { in opensProtoMessageField() 179 getCanonicalRawStringDelimiter(const FormatStyle &Style, in getCanonicalRawStringDelimiter() 226 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() 1321 const FormatStyle &Style) { in hasNestedBlockInlined()
|
H A D | TokenAnalyzer.h | 105 FormatStyle Style; variable
|
H A D | TokenAnnotator.cpp | 113 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser() 2473 const FormatStyle &Style; member in clang::format::__anon04924c560111::AnnotatingParser 2493 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, in ExpressionParser() 2712 const FormatStyle &Style; member in clang::format::__anon04924c560111::ExpressionParser 2937 const FormatStyle &Style) { in mustBreakAfterAttributes() 3620 [](const FormatToken &LSquareTok, const FormatStyle &Style) { in spaceRequiredBetween()
|
H A D | WhitespaceManager.h | 42 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() 352 const FormatStyle &Style; variable
|
H A D | FormatTokenLexer.h | 117 const FormatStyle &Style; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | FormatAdapters.h | 37 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format() 51 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format() 66 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format() 79 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
|
H A D | FormatProviders.h | 77 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle() 92 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
|
H A D | Path.h | 27 enum class Style { enum
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 132 #define PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) \ argument 137 #define PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, \ argument 148 CharacteristicStyle Style) { in formatSectionCharacteristics()
|
/openbsd/gnu/llvm/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence() 84 const IncludeStyle &Style) { in getOffsetAfterHeaderGuardsAndComments() 160 const IncludeStyle &Style) { in getMaxHeaderInsertionOffset() 191 IncludeCategoryManager::IncludeCategoryManager(const IncludeStyle &Style, in IncludeCategoryManager() 272 const IncludeStyle &Style) in HeaderIncludes()
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | how_to_write_a_perldelta.pod | 26 =head2 Style section
|
/openbsd/gnu/llvm/clang/tools/clang-format/fuzzer/ |
H A D | ClangFormatFuzzer.cpp | 20 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in LLVMFuzzerTestOneInput() local
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CodingStandards.rst | 367 .. _Main Module Header: 368 .. _Local/Private Headers: 395 .. _fit into 80 columns:
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DIERef.cpp | 19 StringRef Style) { in format()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | Formatters.cpp | 39 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { in format()
|
/openbsd/gnu/llvm/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 216 OutputStyle Style, LLVMSymbolizer &Symbolizer, in executeCommand() 258 OutputStyle Style, StringRef InputString, in symbolizeInput() 454 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM; in main() local
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | HeaderIncludes.h | 42 const IncludeStyle Style; variable
|