Searched defs:findModuleForHeader (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DHeaderSearch.cpp246 *SuggestedModule = HS.findModuleForHeader(File);
252 *SuggestedModule = HS.findModuleForHeader(File);
520 *SuggestedModule = HS.findModuleForHeader(FE);
523 *SuggestedModule = HS.findModuleForHeader(FE);
933 *SuggestedModule = findModuleForHeader(FE);
1136 HeaderSearch::findModuleForHeader(const FileEntry *File) const { function in class:HeaderSearch
1142 return ModMap.findModuleForHeader(File);
H A DModuleMap.cpp317 ModuleMap::findModuleForHeader(const FileEntry *File, function in class:ModuleMap
880 if (Module *Mod = findModuleForHeader(ExpansionFile).getModule())

Completed in 244 milliseconds