Searched refs:ParentDir (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| D | AMDGPU.cpp | 219 StringRef ParentDir = llvm::sys::path::parent_path(ClangPath); in getInstallationPathCandidates() local 220 StringRef ParentName = llvm::sys::path::filename(ParentDir); in getInstallationPathCandidates() 224 ParentDir = llvm::sys::path::parent_path(ParentDir); in getInstallationPathCandidates() 225 ParentName = llvm::sys::path::filename(ParentDir); in getInstallationPathCandidates() 238 ParentDir = llvm::sys::path::parent_path(ParentDir); in getInstallationPathCandidates() 239 return Candidate(ParentDir.str(), /*StrictChecking=*/true, in getInstallationPathCandidates() 247 ParentDir = llvm::sys::path::parent_path(ParentDir); in getInstallationPathCandidates() 249 return Candidate(ParentDir.str(), /*StrictChecking=*/true); in getInstallationPathCandidates()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-cov/ |
| 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()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-ar/ |
| D | llvm-ar.cpp | 545 StringRef ParentDir = sys::path::parent_path(ArchiveName); in doDisplayTable() local 546 if (!ParentDir.empty()) in doDisplayTable() 547 outs() << sys::path::convert_to_slash(ParentDir) << '/'; in doDisplayTable()
|
| /openbsd/src/gnu/llvm/clang/lib/Lex/ |
| D | ModuleMap.cpp | 978 if (auto ParentDir = FileMgr.getDirectory(Parent)) { in inferFrameworkModule() local 982 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule() 988 HeaderInfo.lookupModuleMapFile(*ParentDir, IsFrameworkDir)) { in inferFrameworkModule() 989 parseModuleMapFile(ModMapFile, Attrs.IsSystem, *ParentDir); in inferFrameworkModule() 990 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule() 995 std::make_pair(*ParentDir, InferredDirectory())).first; in inferFrameworkModule()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 5365 const OMPExecutableDirective &ParentDir = *OMPParentLoopDirectiveForScan; in EmitOMPScanDirective() local 5375 for (const auto *C : ParentDir.getClausesOfKind<OMPReductionClause>()) { in EmitOMPScanDirective() 5389 if (ParentDir.getDirectiveKind() == OMPD_simd || in EmitOMPScanDirective() 5391 isOpenMPSimdDirective(ParentDir.getDirectiveKind()))) { in EmitOMPScanDirective() 5457 *this, ParentDir.getEndLoc(), Privates, LHSs, RHSs, ReductionOps, in EmitOMPScanDirective() 5491 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective() 5523 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
|