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.h623 OptionalFileEntryRef getContainingModuleMapFile(const Module *Module) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1317 ModuleMap::getContainingModuleMapFile(const Module *Module) const { in getContainingModuleMapFile() function in ModuleMap
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp194 if (auto FE = MM.getContainingModuleMapFile(Mod)) in GetAffectingModuleMaps()