Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDNativeFormatting.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 …]
HDChrono.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-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFormatAdapters.h39 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()
HDFormatProviders.h94 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
HDPath.h27 enum class Style { enum
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp1861 FormatStyle Style = getLLVMStyle(); in getWebKitStyle() local
1885 FormatStyle Style = getLLVMStyle(); in getGNUStyle() local
1900 FormatStyle Style = getLLVMStyle(Language); in getMicrosoftStyle() local
1929 FormatStyle Style = getLLVMStyle(); in getClangFormatStyle() local
1950 FormatStyle *Style) { in getPredefinedStyle()
1978 ParseError validateQualifierOrder(FormatStyle *Style) { in validateQualifierOrder()
2011 FormatStyle *Style, bool AllowUnknownOptions, in parseConfiguration()
2052 for (const FormatStyle &Style : llvm::reverse(Styles)) { in parseConfiguration() local
2076 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText()
2098 FormatStyle Style = It->second; in Get() local
[all …]
HDUnwrappedLineFormatter.h30 const FormatStyle &Style, in UnwrappedLineFormatter()
66 const FormatStyle &Style; variable
HDUnwrappedLineFormatter.cpp46 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker()
166 const FormatStyle &Style; member in clang::format::__anon3f89045d0111::LevelIndentTracker
213 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner()
944 const FormatStyle &Style; member in clang::format::__anon3f89045d0111::LineJoiner
996 const FormatStyle &Style, in LineFormatter()
1093 const FormatStyle &Style; member in clang::format::__anon3f89045d0111::LineFormatter
1102 const FormatStyle &Style, in NoColumnLimitLineFormatter()
1129 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
1153 const FormatStyle &Style, in OptimizingLineFormatter()
1464 const FormatStyle &Style) { in computeNewlines()
HDDefinitionBlockSeparator.h26 DefinitionBlockSeparator(const Environment &Env, const FormatStyle &Style) in DefinitionBlockSeparator()
HDBreakableToken.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 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableStringLiteralUsingOperators()
412 const FormatStyle &Style) in BreakableComment()
483 encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) in BreakableBlockComment()
865 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableLineCommentSection()
HDTokenAnnotator.h215 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator()
265 const FormatStyle &Style; variable
HDTokenAnalyzer.h94 FormatStyle Style; variable
HDBreakableToken.h237 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableToken()
244 const FormatStyle &Style; variable
HDContinuationIndenter.cpp34 static bool shouldIndentWrappedSelectorName(const FormatStyle &Style, in shouldIndentWrappedSelectorName()
133 const FormatStyle &Style) { in startsNextParameter()
150 const FormatStyle &Style) { in opensProtoMessageField()
188 getCanonicalRawStringDelimiter(const FormatStyle &Style, in getCanonicalRawStringDelimiter()
235 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter()
1485 const FormatStyle &Style) { in hasNestedBlockInlined()
HDFormatTokenLexer.h121 const FormatStyle &Style; variable
HDWhitespaceManager.h37 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
365 const FormatStyle &Style; variable
HDQualifierAlignmentFixer.cpp28 void addQualifierAlignmentFixerPasses(const FormatStyle &Style, in addQualifierAlignmentFixerPasses()
528 const Environment &Env, const FormatStyle &Style, in LeftRightQualifierAlignmentFixer()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDFormatUtil.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-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
HDHeaderIncludes.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()
282 const IncludeStyle &Style) in HeaderIncludes()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDIERef.cpp20 StringRef Style) { in format()
/freebsd-13-stable/contrib/googletest/
HDCONTRIBUTING.md76 ## Style section in How to become a contributor and submit your own code
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDFormatters.cpp39 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { in format()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
HDHeaderIncludes.h42 const IncludeStyle Style; variable
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-symbolizer/
HDllvm-symbolizer.cpp279 bool ShouldInline, OutputStyle Style, in executeCommand()
333 OutputStyle Style, StringRef InputString, in symbolizeInput()
540 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM; in llvm_symbolizer_main() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
HDRefactoring.cpp71 Rewriter &Rewrite, StringRef Style) { in formatAndApplyAllReplacements()

123