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

123

/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/fuzzer/
H A DClangFormatFuzzer.cpp20 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatters.h26 format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, StringRef Style) argument
/netbsd-current/external/apache2/llvm/dist/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 DMacros.h131 const FormatStyle &Style; member in class:clang::format::MacroExpander
H A DTokenAnalyzer.h96 FormatStyle Style; member in class:clang::format::TokenAnalyzer
H A DUnwrappedLineFormatter.cpp40 LevelIndentTracker(const FormatStyle &Style, argument
127 const FormatStyle &Style; member in class:clang::format::__anon609::LevelIndentTracker
[all...]
H A DTokenAnalyzer.cpp51 TokenAnalyzer::TokenAnalyzer(const Environment &Env, const FormatStyle &Style) argument
H A DTokenAnnotator.h159 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) argument
192 const FormatStyle &Style; member in class:clang::format::TokenAnnotator
H A DUsingDeclarationsSorter.cpp180 UsingDeclarationsSorter(const Environment &Env, const FormatStyle &Style) argument
H A DFormatTokenLexer.h106 const FormatStyle &Style; member in class:clang::format::FormatTokenLexer
H A DMacroExpander.cpp122 MacroExpander( const std::vector<std::string> &Macros, clang::SourceManager &SourceMgr, const FormatStyle &Style, llvm::SpecificBumpPtrAllocator<FormatToken> &Allocator, IdentifierTable &IdentTable) argument
H A DWhitespaceManager.h40 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, argument
228 const FormatStyle &Style; member in class:clang::format::WhitespaceManager
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DChrono.cpp85 FStream << Style[I]; local
53 format(const TimePoint< &T, raw_ostream &OS, StringRef Style) argument
/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp26 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { argument
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DFormatUtil.h127 format_provider<T>::format(static_cast<T>(this->Item), Stream, Style); variable
H A DFormatUtil.cpp188 formatSectionCharacteristics(uint32_t IndentLevel, uint32_t C, uint32_t FlagsPerLine, StringRef Separator, CharacteristicStyle Style) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h40 const IncludeStyle Style; member in class:clang::tooling::IncludeCategoryManager
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp40 getOffsetAfterTokenSequence( StringRef FileName, StringRef Code, const IncludeStyle &Style, llvm::function_ref<unsigned(const SourceManager &, Lexer &, Token &)> GetOffsetAfterSequence) argument
81 getOffsetAfterHeaderGuardsAndComments(StringRef FileName, StringRef Code, const IncludeStyle &Style) argument
158 getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, const IncludeStyle &Style) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoring.cpp69 formatAndApplyAllReplacements( const std::map<std::string, Replacements> &FileToReplaces, Rewriter &Rewrite, StringRef Style) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h161 format::FormatStyle Style = format::getNoStyle(); member in struct:clang::tooling::ApplyChangesSpec
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp21 enum Style { enum

Completed in 322 milliseconds

123