Home
last modified time | relevance | path

Searched refs:is_relative (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp62 if (llvm::sys::path::is_relative(NewPath)) in insert()
198 if (llvm::sys::path::is_relative(FileName)) { in findEquivalent()
H A DJSONCompilationDatabase.cpp419 if (llvm::sys::path::is_relative(FileName)) { in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h547 bool is_relative(const Twine &path, Style style = Style::native);
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp619 if (sys::path::is_relative(Name, sys::path::Style::posix) && in collectObjectSources()
620 sys::path::is_relative(Name, sys::path::Style::windows)) in collectObjectSources()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp499 if (sys::path::is_relative(Member.MemberName)) { in libDriverMain()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1188 if (!llvm::sys::path::is_relative(FileName)) in expandResponseFile()
1258 if (llvm::sys::path::is_relative(FName)) { in expandResponseFiles()
1386 if (llvm::sys::path::is_relative(FileName) && FS->makeAbsolute(CfgFilePath)) in findConfigFile()
1413 if (sys::path::is_relative(CfgFile)) { in readConfigFile()
H A DPath.cpp700 bool is_relative(const Twine &path, Style style) { in is_relative() function
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp736 if (__tz.is_relative()) in __current_zone_posix()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp618 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem139 bool is_relative() const;
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h849 _LIBCPP_HIDE_FROM_ABI bool is_relative() const { return !is_absolute(); }
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp560 if (llvm::sys::path::is_relative(Entry.getName())) { in FinalizeHTML()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp381 if (sys::path::is_relative(PCMFile)) in loadClangModule()
H A DDWARFLinkerCompileUnit.cpp288 if (sys::path::is_relative(Path)) in analyzeImportedModule()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp225 if (sys::path::is_relative(Path)) in analyzeImportedModule()
2532 if (sys::path::is_relative(PCMFile)) in loadClangModule()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp538 if (llvm::sys::path::is_relative(Dest)) { in LookupFile()
H A DModuleMap.cpp2286 if (llvm::sys::path::is_relative(FileNameRef)) { in parseExternModuleDecl()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp223 if ((!SysRoot.empty()) && llvm::sys::path::is_relative(SysRoot)) { in Driver()
1098 if (llvm::sys::path::is_relative(CfgFilePath)) { in loadConfigFiles()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp819 if (llvm::sys::path::is_relative(CoverageFilename)) in addPGOAndCoverageFlags()