Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/llvm/lib/Support/
H A DNativeFormatting.cpp57 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 DFormat.cpp1724 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 DUnwrappedLineFormatter.h32 const FormatStyle &Style, in UnwrappedLineFormatter()
68 const FormatStyle &Style; variable
H A DUnwrappedLineFormatter.cpp45 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 DTokenAnnotator.h173 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator()
220 const FormatStyle &Style; variable
H A DBreakableToken.cpp43 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 DDefinitionBlockSeparator.h26 DefinitionBlockSeparator(const Environment &Env, const FormatStyle &Style) in DefinitionBlockSeparator()
H A DBreakableToken.h235 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableToken()
242 const FormatStyle &Style; variable
H A DContinuationIndenter.cpp33 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 DTokenAnalyzer.h105 FormatStyle Style; variable
H A DTokenAnnotator.cpp113 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 DWhitespaceManager.h42 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
352 const FormatStyle &Style; variable
H A DFormatTokenLexer.h117 const FormatStyle &Style; variable
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFormatAdapters.h37 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 DFormatProviders.h77 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle()
92 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
H A DPath.h27 enum class Style { enum
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp132 #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 DHeaderIncludes.cpp41 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 Dhow_to_write_a_perldelta.pod26 =head2 Style section
/openbsd/gnu/llvm/clang/tools/clang-format/fuzzer/
H A DClangFormatFuzzer.cpp20 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in LLVMFuzzerTestOneInput() local
/openbsd/gnu/llvm/llvm/docs/
H A DCodingStandards.rst367 .. _Main Module Header:
368 .. _Local/Private Headers:
395 .. _fit into 80 columns:
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp19 StringRef Style) { in format()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp39 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { in format()
/openbsd/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp216 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 DHeaderIncludes.h42 const IncludeStyle Style; variable

123