Searched defs:Style (Results 26 - 50 of 57) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp27 uint32_t GsymCreator::insertFile(StringRef Path, llvm::sys::path::Style Style) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DNativeFormatting.cpp50 write_unsigned_impl(raw_ostream &S, T N, size_t MinDigits, IntegerStyle Style, bool IsNegative) argument
76 write_unsigned(raw_ostream &S, T N, size_t MinDigits, IntegerStyle Style, bool IsNegative = false) argument
87 write_signed(raw_ostream &S, T N, size_t MinDigits, IntegerStyle Style) argument
102 write_integer(raw_ostream &S, unsigned int N, size_t MinDigits, IntegerStyle Style) argument
107 write_integer(raw_ostream &S, int N, size_t MinDigits, IntegerStyle Style) argument
112 write_integer(raw_ostream &S, unsigned long N, size_t MinDigits, IntegerStyle Style) argument
117 write_integer(raw_ostream &S, long N, size_t MinDigits, IntegerStyle Style) argument
122 write_integer(raw_ostream &S, unsigned long long N, size_t MinDigits, IntegerStyle Style) argument
127 write_integer(raw_ostream &S, long long N, size_t MinDigits, IntegerStyle Style) argument
132 write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, Optional<size_t> Width) argument
162 write_double(raw_ostream &S, double N, FloatStyle Style, Optional<size_t> Precision) argument
252 getDefaultPrecision(FloatStyle Style) argument
[all...]
H A Draw_ostream.cpp382 HexPrintStyle Style; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h220 format(const codeview::LocallyHashedType &V, llvm::raw_ostream &Stream, StringRef Style) argument
228 format(const codeview::GloballyHashedType &V, llvm::raw_ostream &Stream, StringRef Style) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstPrinter.h32 enum Style { enum in namespace:llvm::HexStyle
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.h242 const FormatStyle &Style; member in class:clang::format::BreakableToken
234 BreakableToken(const FormatToken &Tok, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) argument
H A DFormatTokenLexer.cpp25 FormatTokenLexer( const SourceManager &SourceMgr, FileID ID, unsigned Column, const FormatStyle &Style, encoding::Encoding Encoding, llvm::SpecificBumpPtrAllocator<FormatToken> &Allocator, IdentifierTable &IdentTable) argument
[all...]
H A DContinuationIndenter.h191 FormatStyle Style; member in class:clang::format::ContinuationIndenter
H A DUnwrappedLineParser.h224 const FormatStyle &Style; member in class:clang::format::UnwrappedLineParser
H A DSortJavaScriptImports.cpp131 JavaScriptImportSorter(const Environment &Env, const FormatStyle &Style) argument
543 tooling::Replacements sortJavaScriptImports(const FormatStyle &Style, argument
H A DBreakableToken.cpp42 getLineCommentIndentPrefix(StringRef Comment, const FormatStyle &Style) argument
68 getCommentSplit(StringRef Text, unsigned ContentStartColumn, unsigned ColumnLimit, unsigned TabWidth, encoding::Encoding Encoding, const FormatStyle &Style, bool DecorationEndsWithStar = false) argument
267 BreakableStringLiteral( const FormatToken &Tok, unsigned StartColumn, StringRef Prefix, StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) argument
295 BreakableComment(const FormatToken &Token, unsigned StartColumn, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) argument
366 BreakableBlockComment( const FormatToken &Token, unsigned StartColumn, unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) argument
753 BreakableLineCommentSection( const FormatToken &Token, unsigned StartColumn, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) argument
[all...]
H A DWhitespaceManager.cpp402 AlignTokens( const FormatStyle &Style, F &&Matches, SmallVector<WhitespaceManager::Change, 16> &Changes, unsigned StartAt, const FormatStyle::AlignConsecutiveStyle &ACS = FormatStyle::ACS_None) argument
[all...]
H A DFormat.cpp464 static void mapping(IO &IO, FormatStyle &Style) { argument
831 expandPresets(const FormatStyle &Style) argument
1324 FormatStyle Style = getLLVMStyle(); local
1347 FormatStyle Style = getLLVMStyle(); local
1362 FormatStyle Style = getLLVMStyle(Language); local
1399 getPredefinedStyle(StringRef Name, FormatStyle::LanguageKind Language, FormatStyle *Style) argument
1427 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style, bool AllowUnknownOptions, llvm::SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) argument
1491 configurationAsText(const FormatStyle &Style) argument
1514 Add(FormatStyle Style) argument
1536 JavaScriptRequoter(const Environment &Env, const FormatStyle &Style) argument
1623 Formatter(const Environment &Env, const FormatStyle &Style, FormattingAttemptStatus *Status) argument
1756 TrailingCommaInserter(const Environment &Env, const FormatStyle &Style) argument
1816 Cleaner(const Environment &Env, const FormatStyle &Style) argument
2041 ObjCHeaderStyleGuesser(const Environment &Env, const FormatStyle &Style) argument
2261 sortCppIncludes(const FormatStyle &Style, const SmallVectorImpl<IncludeDirective> &Includes, ArrayRef<tooling::Range> Ranges, StringRef FileName, StringRef Code, tooling::Replacements &Replaces, unsigned *Cursor) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs103 public string Style property in class:LLVM.ClangFormat.OptionPageGrid
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.h82 Optional<uint32_t> Style; member in struct:llvm::rc::ResourceFileWriter::ObjectInfo
H A DResourceScriptParser.cpp558 Optional<IntWithNotMask> Style; local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.cpp422 format(const llvm::xray::RecordTypes &T, raw_ostream &Stream, StringRef Style) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp318 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM; local
148 symbolizeInput(const opt::InputArgList &Args, uint64_t AdjustVMA, bool IsAddr2Line, OutputStyle Style, StringRef InputString, LLVMSymbolizer &Symbolizer, DIPrinter &Printer) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp170 sys::path::Style Style = PathFromExe.startswith("/") local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp144 createReplacementsForHeaders(llvm::StringRef FilePath, llvm::StringRef Code, llvm::ArrayRef<AtomicChange> Changes, const format::FormatStyle &Style) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp598 format::FormatStyle Style = format::getLLVMStyle(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h221 void setOutliningStyle(std::string Style) { OutliningStyle = Style; } argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.h785 static void format(const Enum &E, raw_ostream &OS, StringRef Style) { argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3494 parseConfiguration(StringRef Config, FormatStyle *Style, bool AllowUnknownOptions = false) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h665 CapturingScopeInfo(DiagnosticsEngine &Diag, ImplicitCaptureStyle Style) argument

Completed in 347 milliseconds

123