Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp61 auto ParentDir = sys::path::parent_path(FullPath); in createOutputStream() local
62 if (auto E = sys::fs::create_directories(ParentDir)) in createOutputStream()
/external/clang/lib/Lex/
DModuleMap.cpp625 if (const DirectoryEntry *ParentDir = FileMgr.getDirectory(Parent)) { in inferFrameworkModule() local
629 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule()
635 HeaderInfo.lookupModuleMapFile(ParentDir, IsFrameworkDir)) { in inferFrameworkModule()
636 parseModuleMapFile(ModMapFile, Attrs.IsSystem, ParentDir); in inferFrameworkModule()
637 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule()
642 std::make_pair(ParentDir, InferredDirectory())).first; in inferFrameworkModule()
/external/llvm/unittests/Support/
DPath.cpp341 auto ParentDir = *++It; in TEST() local
351 EXPECT_EQ(ParentDir, ParentDir2); in TEST()