Home
last modified time | relevance | path

Searched refs:SubDir (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Modules/
H A Dauto-module-import.m41 #include <NoUmbrella/SubDir/C.h> // expected-remark{{treating #include as an import of module 'NoUm…
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHexagon.cpp412 auto Find = [&HTC] (const std::string &RootDir, const std::string &SubDir, in constructHexagonLinkArgs()
414 std::string RelName = SubDir + Name; in constructHexagonLinkArgs()
H A DAMDGPU.cpp427 for (auto SubDir : SubDirs) in detectDeviceLibrary() local
428 llvm::sys::path::append(Path, SubDir); in detectDeviceLibrary()
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp1099 if (auto SubDir = FileMgr.getDirectory(SubframeworkDirName)) { in inferFrameworkModule() local
1100 if (*SubDir == FrameworkDir) { in inferFrameworkModule()