Searched refs:ParentDir (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 220 StringRef ParentDir = llvm::sys::path::parent_path(ClangPath); in getInstallationPathCandidates() local 221 StringRef ParentName = llvm::sys::path::filename(ParentDir); in getInstallationPathCandidates() 225 ParentDir = llvm::sys::path::parent_path(ParentDir); in getInstallationPathCandidates() 226 ParentName = llvm::sys::path::filename(ParentDir); in getInstallationPathCandidates() 239 ParentDir = llvm::sys::path::parent_path(ParentDir); in getInstallationPathCandidates() 240 return Candidate(ParentDir.str(), /*StrictChecking=*/true, in getInstallationPathCandidates() 248 ParentDir = llvm::sys::path::parent_path(ParentDir); in getInstallationPathCandidates() 250 return Candidate(ParentDir.str(), /*StrictChecking=*/true); in getInstallationPathCandidates()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 62 auto ParentDir = sys::path::parent_path(FullPath); in createOutputStream() local 63 if (auto E = sys::fs::create_directories(ParentDir)) in createOutputStream()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 541 StringRef ParentDir = sys::path::parent_path(ArchiveName); in doDisplayTable() local 542 if (!ParentDir.empty()) in doDisplayTable() 543 outs() << sys::path::convert_to_slash(ParentDir) << '/'; in doDisplayTable()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 1030 if (auto ParentDir = FileMgr.getOptionalDirectoryRef(Parent)) { in inferFrameworkModule() local 1034 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule() 1040 HeaderInfo.lookupModuleMapFile(*ParentDir, IsFrameworkDir)) { in inferFrameworkModule() 1041 parseModuleMapFile(*ModMapFile, Attrs.IsSystem, *ParentDir); in inferFrameworkModule() 1042 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule() 1047 std::make_pair(*ParentDir, InferredDirectory())).first; in inferFrameworkModule()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5456 const OMPExecutableDirective &ParentDir = *OMPParentLoopDirectiveForScan; in EmitOMPScanDirective() local 5466 for (const auto *C : ParentDir.getClausesOfKind<OMPReductionClause>()) { in EmitOMPScanDirective() 5480 if (ParentDir.getDirectiveKind() == OMPD_simd || in EmitOMPScanDirective() 5482 isOpenMPSimdDirective(ParentDir.getDirectiveKind()))) { in EmitOMPScanDirective() 5548 *this, ParentDir.getEndLoc(), Privates, LHSs, RHSs, ReductionOps, in EmitOMPScanDirective() 5581 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective() 5612 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
|