Home
last modified time | relevance | path

Searched refs:ParentDir (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DAMDGPU.cpp219 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/
DSourceCoverageView.cpp62 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/
Dllvm-ar.cpp545 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/
DModuleMap.cpp978 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/
DCGStmtOpenMP.cpp5365 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()