Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h627 OptionalFileEntryRef getContainingModuleMapFile(const Module *Module) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1409 ModuleMap::getContainingModuleMapFile(const Module *Module) const { in getContainingModuleMapFile() function in ModuleMap
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6138 ModMap.getContainingModuleMapFile(CurrentModule); in ReadSubmoduleBlock()