Home
last modified time | relevance | path

Searched refs:getModuleMapFileIDForUniquing (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h634 FileID getModuleMapFileIDForUniquing(const Module *M) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp651 FileID UmbrellaModuleMap = getModuleMapFileIDForUniquing(UmbrellaModule); in findOrCreateModuleForHeaderInUmbrellaDir()
1071 ModuleMapFID = getModuleMapFileIDForUniquing(Parent); in inferFrameworkModule()
1321 FileID ModuleMap::getModuleMapFileIDForUniquing(const Module *M) const { in getModuleMapFileIDForUniquing() function in ModuleMap
1331 return SourceMgr.getFileEntryRefForID(getModuleMapFileIDForUniquing(M)); in getModuleMapFileForUniquing()
2020 Map.getModuleMapFileIDForUniquing(TopLevelModule) && in parseModuleDecl()