Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDModuleMap.h623 OptionalFileEntryRef getContainingModuleMapFile(const Module *Module) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDModuleMap.cpp1317 ModuleMap::getContainingModuleMapFile(const Module *Module) const { in getContainingModuleMapFile() function in ModuleMap
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp194 if (auto FE = MM.getContainingModuleMapFile(Mod)) in GetAffectingModuleMaps()