Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h641 const FileEntry *lookupModuleMapFile(const DirectoryEntry *Dir,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp336 auto *file = HS.lookupModuleMapFile(*dir, is_framework); in AddModule()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp1745 HeaderSearch::lookupModuleMapFile(const DirectoryEntry *Dir, bool IsFramework) { in lookupModuleMapFile() function in HeaderSearch
1815 if (const FileEntry *ModuleMapFile = lookupModuleMapFile(Dir, IsFramework)) { in loadModuleMapFile()
H A DModuleMap.cpp988 HeaderInfo.lookupModuleMapFile(*ParentDir, IsFrameworkDir)) { in inferFrameworkModule()