Home
last modified time | relevance | path

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

123

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DNativeFormatting.cpp51 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
88 IntegerStyle Style) { in write_signed()
103 IntegerStyle Style) { in write_integer()
108 IntegerStyle Style) { in write_integer()
113 IntegerStyle Style) { in write_integer()
118 IntegerStyle Style) { in write_integer()
123 IntegerStyle Style) { in write_integer()
128 IntegerStyle Style) { in write_integer()
132 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex()
162 void llvm::write_double(raw_ostream &S, double N, FloatStyle Style, in write_double()
[all …]
H A DChrono.cpp54 StringRef Style) { in format()
/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1324 FormatStyle Style = getLLVMStyle(); in getWebKitStyle() local
1347 FormatStyle Style = getLLVMStyle(); in getGNUStyle() local
1362 FormatStyle Style = getLLVMStyle(Language); in getMicrosoftStyle() local
1400 FormatStyle *Style) { in getPredefinedStyle()
1509 FormatStyle Style = It->second; in Get() local
2261 static void sortCppIncludes(const FormatStyle &Style, in sortCppIncludes()
2463 static void sortJavaImports(const FormatStyle &Style, in sortJavaImports()
2627 const FormatStyle &Style) { in processReplacements()
2645 const FormatStyle &Style) { in formatReplacements()
2683 const FormatStyle &Style) { in fixCppIncludeInsertions()
[all …]
H A DUnwrappedLineFormatter.h32 const FormatStyle &Style, in UnwrappedLineFormatter()
67 const FormatStyle &Style; variable
H A DUnwrappedLineFormatter.cpp40 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker()
127 const FormatStyle &Style; member in clang::format::__anon5304a6e50111::LevelIndentTracker
171 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner()
749 const FormatStyle &Style; member in clang::format::__anon5304a6e50111::LineJoiner
780 const FormatStyle &Style, in LineFormatter()
872 const FormatStyle &Style; member in clang::format::__anon5304a6e50111::LineFormatter
881 const FormatStyle &Style, in NoColumnLimitLineFormatter()
908 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
932 const FormatStyle &Style, in OptimizingLineFormatter()
H A DTokenAnnotator.h159 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator()
192 const FormatStyle &Style; variable
H A DWhitespaceManager.h40 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
228 const FormatStyle &Style; variable
H A DMacros.h131 const FormatStyle &Style; variable
H A DBreakableToken.h235 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableToken()
242 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()
755 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableLineCommentSection()
H A DTokenAnalyzer.h96 FormatStyle Style; variable
H A DContinuationIndenter.cpp30 static bool shouldIndentWrappedSelectorName(const FormatStyle &Style, in shouldIndentWrappedSelectorName()
121 const FormatStyle &Style) { in startsNextParameter()
137 const FormatStyle &Style) { in opensProtoMessageField()
174 getCanonicalRawStringDelimiter(const FormatStyle &Style, in getCanonicalRawStringDelimiter()
224 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter()
1164 const FormatStyle &Style) { in hasNestedBlockInlined()
H A DFormatTokenLexer.h106 const FormatStyle &Style; variable
H A DTokenAnnotator.cpp73 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
2049 const FormatStyle &Style; member in clang::format::__anon5c80522a0111::AnnotatingParser
2069 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, in ExpressionParser()
2259 const FormatStyle &Style; member in clang::format::__anon5c80522a0111::ExpressionParser
2970 [](const FormatToken &LSquareTok, const FormatStyle &Style) { in spaceRequiredBetween()
/netbsd/external/apache2/llvm/dist/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.h28 enum class Style { windows, posix, native }; enum
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp41 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()
269 const IncludeStyle &Style) in HeaderIncludes()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp176 #define PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) \ argument
181 #define PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, \ argument
192 CharacteristicStyle Style) { in formatSectionCharacteristics()
/netbsd/external/apache2/llvm/dist/clang/tools/clang-format/fuzzer/
H A DClangFormatFuzzer.cpp20 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in LLVMFuzzerTestOneInput() local
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp26 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { in format()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DCodingStandards.rst380 .. _Main Module Header:
381 .. _Local/Private Headers:
408 .. _fit into 80 columns:
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h40 const IncludeStyle Style; variable
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.cpp95 auto Style = "[style=dotted]"; in writeDOTGraph() local
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoring.cpp71 Rewriter &Rewrite, StringRef Style) { in formatAndApplyAllReplacements()

123