Searched refs:get_separator (Results 1 – 17 of 17) sorted by relevance
464 StringRef Sep = llvm::sys::path::get_separator(); in findClangRelativeSysroot()475 StringRef Sep = llvm::sys::path::get_separator(); in looksLikeMinGWSysroot()513 Base += llvm::sys::path::get_separator(); in MinGW()526 (Base + SubdirName + llvm::sys::path::get_separator() + "lib").str()); in MinGW()530 (Base + SubdirName + llvm::sys::path::get_separator() + "mingw/lib").str()); in MinGW()691 Base + SubdirName + llvm::sys::path::get_separator() + in AddClangSystemIncludeArgs()696 Base + SubdirName + llvm::sys::path::get_separator() + "usr/include"); in AddClangSystemIncludeArgs()741 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs()
3276 SysRoot = llvm::sys::path::get_separator(); in addLibCxxIncludePaths()
288 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle()637 auto Level = unsigned(SubPath.count(sys::path::get_separator())) + 1; in buildTitleLinks()648 S += sys::path::get_separator(); in buildTitleLinks()657 S += sys::path::get_separator(); in buildTitleLinks()667 auto IsDir = LinkTextStr.ends_with(sys::path::get_separator()); in buildRelLinkToFile()672 LinkTextStr += sys::path::get_separator(); in buildRelLinkToFile()
214 auto IsDir = FileName.ends_with(sys::path::get_separator()); in render()217 FileName += sys::path::get_separator(); in render()
534 NativePath += sys::path::get_separator(); in remapPathNames()
358 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories()370 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()382 Storage.append(path::get_separator()); in DiskFilesOrDirectories()400 if ((PartialItem == "." || PartialItem == path::get_separator()) && in DiskFilesOrDirectories()408 assert(!PartialItem.contains(path::get_separator())); in DiskFilesOrDirectories()453 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
68 Buffer.append(path::get_separator()); in ResolvePartial()
52 return llvm::sys::path::get_separator(style).data(); in GetPathSeparators()
402 StringRef get_separator(Style style = Style::native);
200 const llvm::StringRef path_separator = llvm::sys::path::get_separator( in DeduceSourceMapping()
570 auto Seperator = llvm::sys::path::get_separator(); in CreateOutputFile()
611 StringRef get_separator(Style style) { in get_separator() function
1388 if (!Dir.ends_with(sys::path::get_separator(style))) { in makeAbsolute()1389 Result += sys::path::get_separator(style); in makeAbsolute()
1003 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
1516 StringRef sep = sys::path::get_separator(); in link()
1535 StringRef sep = sys::path::get_separator(); in sourceFile()
2906 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()