Searched defs:Style (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp12 format(const DIERef &ref, raw_ostream &OS, StringRef Style) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatters.h26 format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, StringRef Style) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DState.h69 format(const lldb::StateType &state, raw_ostream &Stream, StringRef Style) argument
H A DEnvironment.h87 format(const lldb_private::Environment &Env, raw_ostream &Stream, StringRef Style) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp26 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DChrono.cpp85 FStream << Style[I]; local
53 format(const TimePoint< &T, raw_ostream &OS, StringRef Style) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFormatters.h51 format(const codeview::TypeIndex &V, raw_ostream &Stream, StringRef Style) argument
64 format(const codeview::GUID &V, llvm::raw_ostream &Stream, StringRef Style) argument
H A DTypeHashing.h215 format(const codeview::LocallyHashedType &V, llvm::raw_ostream &Stream, StringRef Style) argument
223 format(const codeview::GloballyHashedType &V, llvm::raw_ostream &Stream, StringRef Style) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h38 OutputStyle Style; member in class:llvm::symbolize::DIPrinter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h67 const FormatStyle &Style; member in class:clang::format::UnwrappedLineFormatter
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, const AdditionalKeywords &Keywords, const SourceManager &SourceMgr, FormattingAttemptStatus *Status) argument
H A DTokenAnalyzer.cpp51 TokenAnalyzer::TokenAnalyzer(const Environment &Env, const FormatStyle &Style) argument
H A DTokenAnalyzer.h96 FormatStyle Style; member in class:clang::format::TokenAnalyzer
H A DFormatTokenLexer.h100 const FormatStyle &Style; member in class:clang::format::FormatTokenLexer
H A DUnwrappedLineFormatter.cpp40 LevelIndentTracker(const FormatStyle &Style, argument
120 const FormatStyle &Style; member in class:clang::format::__anon491::LevelIndentTracker
[all...]
H A DUsingDeclarationsSorter.cpp180 UsingDeclarationsSorter(const Environment &Env, const FormatStyle &Style) argument
H A DWhitespaceManager.h39 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, argument
212 const FormatStyle &Style; member in class:clang::format::WhitespaceManager
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h28 enum class Style { windows, posix, native }; class in namespace:llvm::sys::path
[all...]
H A DChrono.h124 static std::pair<InternalRep, StringRef> consumeUnit(StringRef &Style, argument
142 static bool consumeShowUnit(StringRef &Style) { argument
154 format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) argument
[all...]
H A DFormatAdapters.h38 void format(llvm::raw_ostream &Stream, StringRef Style) { argument
52 void format(llvm::raw_ostream &Stream, StringRef Style) { argument
67 void format(llvm::raw_ostream &Stream, StringRef Style) { argument
80 void format(llvm::raw_ostream &Stream, StringRef Style) { Stream << Item; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.cpp95 auto Style = "[style=dotted]"; local
99 OS << " " << From << " -> " << To << " " << Style << "\n"; local
103 OS << " " << From << " -> " << To << " " << Style << "\n"; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.h127 void format(llvm::raw_ostream &Stream, StringRef Style) { argument
128 format_provider<T>::format(static_cast<T>(this->Item), Stream, Style); local
H A DFormatUtil.cpp187 formatSectionCharacteristics(uint32_t IndentLevel, uint32_t C, uint32_t FlagsPerLine, StringRef Separator, CharacteristicStyle Style) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h149 format::FormatStyle Style = format::getNoStyle(); member in struct:clang::tooling::ApplyChangesSpec
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp38 getOffsetAfterTokenSequence( StringRef FileName, StringRef Code, const IncludeStyle &Style, llvm::function_ref<unsigned(const SourceManager &, Lexer &, Token &)> GetOffsetAfterSequence) argument
79 getOffsetAfterHeaderGuardsAndComments(StringRef FileName, StringRef Code, const IncludeStyle &Style) argument
155 getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, const IncludeStyle &Style) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h40 const IncludeStyle Style; member in class:clang::tooling::IncludeCategoryManager

Completed in 128 milliseconds

123