Searched refs:get_separator (Results 1 – 14 of 14) sorted by relevance
391 StringRef Sep = llvm::sys::path::get_separator(); in findClangRelativeSysroot()420 Base += llvm::sys::path::get_separator(); in MinGW()426 (Base + Arch + llvm::sys::path::get_separator() + "lib").str()); in MinGW()578 Base + Arch + llvm::sys::path::get_separator() + "include"); in AddClangSystemIncludeArgs()588 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs()
353 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories()365 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()377 Storage.append(path::get_separator()); in DiskFilesOrDirectories()399 assert(!PartialItem.contains(path::get_separator())); in DiskFilesOrDirectories()444 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()
355 StringRef get_separator(Style style = Style::native);
51 IncludeDirectories[i] + sys::path::get_separator().data() + Filename; in AddIncludeFile()
1183 if (!Dir.endswith(sys::path::get_separator(style))) { in makeAbsolute()1184 Result += sys::path::get_separator(style); in makeAbsolute()
607 StringRef get_separator(Style style) { in get_separator() function
252 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle()
480 NativePath += sys::path::get_separator(); in remapPathNames()
148 char sep = llvm::sys::path::get_separator().front(); in canonicalizePath()
833 StringRef sep = sys::path::get_separator(); in emitBeginSourceStab()
974 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
2624 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()