Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h623 OptionalFileEntryRef getContainingModuleMapFile(const Module *Module) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1311 ModuleMap::getContainingModuleMapFile(const Module *Module) const { in getContainingModuleMapFile() function in ModuleMap
1325 return getContainingModuleMapFile(M); in getModuleMapFileForUniquing()
2014 ModuleMapFile != Map.getContainingModuleMapFile(TopLevelModule)) { in parseModuleDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1330 ModMap.getContainingModuleMapFile(Module)) { in compileModule()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp219 if (auto ModuleMapFile = MM.getContainingModuleMapFile(Mod)) in GetAffectingModuleMaps()