/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 41 if (style != Style::native) in real_style() argument 50 if (is_style_windows(style)) in separators() argument 56 if (real_style(style) == Style::windows) in preferred_separator() argument 62 find_first_component(StringRef path,Style style) find_first_component() argument 98 filename_pos(StringRef str,Style style) filename_pos() argument 117 root_dir_start(StringRef str,Style style) root_dir_start() argument 140 parent_path_end(StringRef path,Style style) parent_path_end() argument 227 begin(StringRef path,Style style) begin() argument 298 rbegin(StringRef Path,Style style) rbegin() argument 349 root_path(StringRef path,Style style) root_path() argument 374 root_name(StringRef path,Style style) root_name() argument 391 root_directory(StringRef path,Style style) root_directory() argument 414 relative_path(StringRef path,Style style) relative_path() argument 419 append(SmallVectorImpl<char> & path,Style style,const Twine & a,const Twine & b,const Twine & c,const Twine & d) append() argument 463 append(SmallVectorImpl<char> & path,const_iterator begin,const_iterator end,Style style) append() argument 468 parent_path(StringRef path,Style style) parent_path() argument 475 remove_filename(SmallVectorImpl<char> & path,Style style) remove_filename() argument 482 replace_extension(SmallVectorImpl<char> & path,const Twine & extension,Style style) replace_extension() argument 501 starts_with(StringRef Path,StringRef Prefix,Style style=Style::native) starts_with() argument 520 replace_path_prefix(SmallVectorImpl<char> & Path,StringRef OldPrefix,StringRef NewPrefix,Style style) replace_path_prefix() argument 541 native(const Twine & path,SmallVectorImpl<char> & result,Style style) native() argument 551 native(SmallVectorImpl<char> & Path,Style style) native() argument 569 convert_to_slash(StringRef path,Style style) convert_to_slash() argument 578 filename(StringRef path,Style style) filename() argument 580 stem(StringRef path,Style style) stem() argument 591 extension(StringRef path,Style style) extension() argument 602 is_separator(char value,Style style) is_separator() argument 610 get_separator(Style style) get_separator() argument 616 has_root_name(const Twine & path,Style style) has_root_name() argument 623 has_root_directory(const Twine & path,Style style) has_root_directory() argument 630 has_root_path(const Twine & path,Style style) has_root_path() argument 637 has_relative_path(const Twine & path,Style style) has_relative_path() argument 644 has_filename(const Twine & path,Style style) has_filename() argument 651 has_parent_path(const Twine & path,Style style) has_parent_path() argument 658 has_stem(const Twine & path,Style style) has_stem() argument 665 has_extension(const Twine & path,Style style) has_extension() argument 672 is_absolute(const Twine & path,Style style) is_absolute() argument 682 is_absolute_gnu(const Twine & path,Style style) is_absolute_gnu() argument 700 is_relative(const Twine & path,Style style) is_relative() argument 704 remove_leading_dotslash(StringRef Path,Style style) remove_leading_dotslash() argument 717 remove_dots(SmallVectorImpl<char> & the_path,bool remove_dot_dot,Style style) remove_dots() argument [all...] |
H A D | VirtualFileSystem.cpp | 1224 llvm::sys::path::Style style = llvm::sys::path::Style::native; in canonicalize() local 1212 llvm::sys::path::Style style = llvm::sys::path::Style::native; getExistingStyle() local 1400 sys::path::Style style = sys::path::Style::windows_backslash; makeAbsolute() local [all...] |
/llvm-project/lldb/source/Utility/ |
H A D | FileSpec.cpp | 47 bool PathStyleIsPosix(FileSpec::Style style) { in PathStyleIsPosix() 51 const char *GetPathSeparators(FileSpec::Style style) { in GetPathSeparators() 55 char GetPreferredPathSeparator(FileSpec::Style style) { in GetPreferredPathSeparator() 59 void Denormalize(llvm::SmallVectorImpl<char> &path, FileSpec::Style style) { in Denormalize() 71 FileSpec::FileSpec(llvm::StringRef path, Style style) : m_style(style) { in FileSpec() 174 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile()
|
/llvm-project/lldb/unittests/Language/Highlighting/ |
H A D | HighlighterTest.cpp | 77 HighlightStyle style; in TEST_F() local 88 highlightDefault(llvm::StringRef code, HighlightStyle style, in highlightDefault() 97 HighlightStyle style; in TEST_F() local 102 HighlightStyle style; in TEST_F() local 111 HighlightStyle style; in TEST_F() local 118 highlightC(llvm::StringRef code, HighlightStyle style, in highlightC()
|
/llvm-project/clang/tools/clang-format/ |
H A D | clang-format-sublime.py | 27 style = None variable
|
H A D | clang-format.py | 60 style = None variable
|
H A D | git-clang-format | 431 run_clang_format_and_save_to_tree(changed_lines, revision=None, binary='clang-format', style=None) global() argument 492 clang_format_to_blob(filename, line_ranges, revision=None, binary='clang-format', style=None, env=None) global() argument [all...] |
/llvm-project/libc/src/__support/threads/linux/ |
H A D | thread.cpp | 197 run(ThreadStyle style,ThreadRunner runner,void * arg,void * stack,size_t stacksize,size_t guardsize,bool detached) run() argument 484 thread_exit(ThreadReturnValue retval,ThreadStyle style) thread_exit() argument
|
/llvm-project/clang/docs/tools/ |
H A D | generate_formatted_state.py | 146 style = get_style(file_count, file_pass) global() variable
|
/llvm-project/lldb/source/Symbol/ |
H A D | LineEntry.cpp | 61 Address::DumpStyle style, in Dump()
|
H A D | LineTable.cpp | 356 void LineTable::Dump(Stream *s, Target *target, Address::DumpStyle style, in Dump() argument
|
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/ |
H A D | Transport.h | 84 JSONStreamStyle style; variable
|
/llvm-project/lldb/source/Core/ |
H A D | AddressRange.cpp | 153 bool AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, in Dump()
|
H A D | SourceManager.cpp | 635 HighlightStyle style; DisplaySourceLines() local
|
H A D | Address.cpp | 408 Dump(Stream * s,ExecutionContextScope * exe_scope,DumpStyle style,DumpStyle fallback_style,uint32_t addr_size,bool all_ranges,std::optional<Stream::HighlightSettings> settings) const Dump() argument
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CompileUnitIndex.cpp | 239 llvm::sys::path::Style style = working_dir.String.starts_with("/") in GetMainSourceFile() local
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | StringPrinter.h | 73 void SetEscapeStyle(EscapeStyle style) { m_escape_style = style; } in SetEscapeStyle()
|
/llvm-project/clang/tools/scan-build/share/scan-build/ |
H A D | sorttable.js | 505 const setTrStyleDisplay = ({ style, children }) => { property
|
/llvm-project/clang/tools/clang-format-vs/ClangFormat/ |
H A D | ClangFormatPackage.cs |
|
/llvm-project/libc/src/__support/threads/ |
H A D | thread.h | 106 ThreadStyle style; global() member
|
/llvm-project/mlir/lib/Transforms/ |
H A D | ViewOpGraph.cpp | 206 emitEdgeStmt(Node n1,Node n2,std::string label,StringRef style) emitEdgeStmt() argument
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | StringPrinter.cpp | 257 GetPrintableElementType style, in DumpEncodedBufferToStream() argument
|
/llvm-project/lldb/source/Target/ |
H A D | PathMappingList.cpp | 187 AppendPathComponents(FileSpec & path,llvm::StringRef components,llvm::sys::path::Style style) AppendPathComponents() argument
|
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 802 (*m_files)[record->Number] = FileSpec(record->Name, style); in ParseFileRecords() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 198 llvm::StringRef compile_dir, FileSpec::Style style) { in GetFileByIndex() argument 215 const llvm::DWARFDebugLine::Prologue &prologue, FileSpec::Style style, in ParseSupportFilesFromPrologue() argument 254 FileSpec::Style style; member [all...] |