Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDNativeFormatting.cpp52 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
78 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
89 IntegerStyle Style) { in write_signed()
104 IntegerStyle Style) { in write_integer()
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()
133 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex()
[all …]
HDChrono.cpp54 StringRef Style) { in format()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp650 static FormatStyle expandPresets(const FormatStyle &Style) { in expandPresets()
1061 FormatStyle Style = getLLVMStyle(); in getWebKitStyle() local
1084 FormatStyle Style = getLLVMStyle(); in getGNUStyle() local
1099 FormatStyle Style = getLLVMStyle(Language); in getMicrosoftStyle() local
1134 FormatStyle *Style) { in getPredefinedStyle()
1159 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style) { in parseConfiguration()
1213 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText()
1231 FormatStyle Style = It->second; in Get() local
1236 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { in Add()
1258 JavaScriptRequoter(const Environment &Env, const FormatStyle &Style) in JavaScriptRequoter()
[all …]
HDUnwrappedLineFormatter.h32 const FormatStyle &Style, in UnwrappedLineFormatter()
67 const FormatStyle &Style; variable
HDUnwrappedLineFormatter.cpp40 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker()
120 const FormatStyle &Style; member in clang::format::__anon1f81125b0111::LevelIndentTracker
164 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner()
711 const FormatStyle &Style; member in clang::format::__anon1f81125b0111::LineJoiner
742 const FormatStyle &Style, in LineFormatter()
833 const FormatStyle &Style; member in clang::format::__anon1f81125b0111::LineFormatter
842 const FormatStyle &Style, in NoColumnLimitLineFormatter()
869 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
893 const FormatStyle &Style, in OptimizingLineFormatter()
HDWhitespaceManager.h39 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
212 const FormatStyle &Style; variable
HDTokenAnnotator.h159 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator()
192 const FormatStyle &Style; variable
HDBreakableToken.h235 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableToken()
242 const FormatStyle &Style; variable
HDBreakableToken.cpp43 const FormatStyle &Style) { in getLineCommentIndentPrefix()
68 encoding::Encoding Encoding, const FormatStyle &Style, in getCommentSplit()
237 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableStringLiteral()
265 const FormatStyle &Style) in BreakableComment()
336 encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) in BreakableBlockComment()
724 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableLineCommentSection()
HDTokenAnalyzer.h96 FormatStyle Style; variable
HDFormatTokenLexer.h100 const FormatStyle &Style; variable
HDTokenAnnotator.cpp66 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
1857 const FormatStyle &Style; member in clang::format::__anonbb1ba7a00111::AnnotatingParser
1877 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, in ExpressionParser()
2067 const FormatStyle &Style; member in clang::format::__anonbb1ba7a00111::ExpressionParser
2747 [](const FormatToken &LSquareTok, const FormatStyle &Style) { in spaceRequiredBetween()
HDContinuationIndenter.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()
HDTokenAnalyzer.cpp51 TokenAnalyzer::TokenAnalyzer(const Environment &Env, const FormatStyle &Style) in TokenAnalyzer()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFormatAdapters.h38 void format(llvm::raw_ostream &Stream, StringRef Style) { in format()
52 void format(llvm::raw_ostream &Stream, StringRef Style) { in format()
67 void format(llvm::raw_ostream &Stream, StringRef Style) { in format()
80 void format(llvm::raw_ostream &Stream, StringRef Style) { Stream << Item; } in format()
HDFormatProviders.h77 static bool consumeHexStyle(StringRef &Str, HexPrintStyle &Style) { in consumeHexStyle()
92 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
HDPath.h28 enum class Style { windows, posix, native }; enum
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
HDHeaderIncludes.cpp39 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence()
81 const IncludeStyle &Style) { in getOffsetAfterHeaderGuardsAndComments()
156 const IncludeStyle &Style) { in getMaxHeaderInsertionOffset()
177 IncludeCategoryManager::IncludeCategoryManager(const IncludeStyle &Style, in IncludeCategoryManager()
236 const IncludeStyle &Style) in HeaderIncludes()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDFormatUtil.cpp175 #define PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) \ argument
180 #define PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, \ argument
191 CharacteristicStyle Style) { in formatSectionCharacteristics()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDIERef.cpp13 StringRef Style) { in format()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
HDDIPrinter.h38 OutputStyle Style; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDFormatters.cpp26 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { in format()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
HDHeaderIncludes.h40 const IncludeStyle Style; variable
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
HDGIMatchDag.cpp95 auto Style = "[style=dotted]"; in writeDOTGraph() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
HDRefactoring.cpp71 Rewriter &Rewrite, StringRef Style) { in formatAndApplyAllReplacements()

12