Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp172 StringRef ParentDir = llvm::sys::path::parent_path(ClangPath); in getInstallationPathCandidates() local
173 StringRef ParentName = llvm::sys::path::filename(ParentDir); in getInstallationPathCandidates()
177 ParentDir = llvm::sys::path::parent_path(ParentDir); in getInstallationPathCandidates()
178 ParentName = llvm::sys::path::filename(ParentDir); in getInstallationPathCandidates()
184 ParentDir = llvm::sys::path::parent_path(ParentDir); in getInstallationPathCandidates()
186 return Candidate(ParentDir.str(), /*StrictChecking=*/true); in getInstallationPathCandidates()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp62 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/clang/lib/Lex/
H A DModuleMap.cpp1042 if (auto ParentDir = FileMgr.getOptionalDirectoryRef(Parent)) { in inferFrameworkModule() local
1046 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule()
1052 HeaderInfo.lookupModuleMapFile(*ParentDir, IsFrameworkDir)) { in inferFrameworkModule()
1055 parseAndLoadModuleMapFile(*ModMapFile, Attrs.IsSystem, *ParentDir); in inferFrameworkModule()
1056 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule()
1061 std::make_pair(*ParentDir, InferredDirectory())).first; in inferFrameworkModule()
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp541 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/CodeGen/
H A DCGStmtOpenMP.cpp5663 const OMPExecutableDirective &ParentDir = *OMPParentLoopDirectiveForScan; in EmitOMPScanDirective() local
5673 for (const auto *C : ParentDir.getClausesOfKind<OMPReductionClause>()) { in EmitOMPScanDirective()
5687 if (ParentDir.getDirectiveKind() == OMPD_simd || in EmitOMPScanDirective()
5689 isOpenMPSimdDirective(ParentDir.getDirectiveKind()))) { in EmitOMPScanDirective()
5755 *this, ParentDir.getEndLoc(), Privates, LHSs, RHSs, ReductionOps, in EmitOMPScanDirective()
5789 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
5820 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19101 OpenMPDirectiveKind ParentDir = Stack->getParentDirective(); in actOnOMPReductionKindClause() local
19102 IsOrphaned = ParentDir == OMPD_unknown; in actOnOMPReductionKindClause()