Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDModuleMap.cpp617 const FileEntry *ModuleMapFile = nullptr; in inferFrameworkModule() local
655 ModuleMapFile = inferred->second.ModuleMapFile; in inferFrameworkModule()
664 ModuleMapFile = getModuleMapFileForUniquing(Parent); in inferFrameworkModule()
681 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()
994 const FileEntry *ModuleMapFile; member in clang::ModuleMapParser
1049 const FileEntry *ModuleMapFile, in ModuleMapParser() argument
1054 ModuleMapFile(ModuleMapFile), Directory(Directory), in ModuleMapParser()
1364 if (ModuleMapFile != Map.getContainingModuleMapFile(TopLevelModule)) { in parseModuleDecl()
1365 assert(ModuleMapFile != Map.getModuleMapFileForUniquing(TopLevelModule) && in parseModuleDecl()
1368 Map.addAdditionalModuleMapFile(TopLevelModule, ModuleMapFile); in parseModuleDecl()
[all …]
HDHeaderSearch.cpp1282 if (const FileEntry *ModuleMapFile = lookupModuleMapFile(Dir, IsFramework)) { in loadModuleMapFile() local
1284 loadModuleMapFileImpl(ModuleMapFile, IsSystem, Dir); in loadModuleMapFile()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDModuleMap.h159 const FileEntry *ModuleMapFile; member
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInstance.cpp953 if (const FileEntry *ModuleMapFile = in compileModuleImpl() local
956 FrontendOpts.Inputs.emplace_back(ModuleMapFile->getName(), IK); in compileModuleImpl()
968 ModuleMapFile = Instance.getFileManager().getVirtualFile( in compileModuleImpl()
970 SourceMgr.overrideFileContents(ModuleMapFile, std::move(ModuleMapBuffer)); in compileModuleImpl()