Home
last modified time | relevance | path

Searched refs:findModuleForHeader (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Lex/
DHeaderSearch.cpp246 *SuggestedModule = HS.findModuleForHeader(File); in getFileAndSuggestModule()
252 *SuggestedModule = HS.findModuleForHeader(File); in getFileAndSuggestModule()
520 *SuggestedModule = HS.findModuleForHeader(FE); in DoFrameworkLookup()
523 *SuggestedModule = HS.findModuleForHeader(FE); in DoFrameworkLookup()
933 *SuggestedModule = findModuleForHeader(FE); in LookupSubframeworkHeader()
1136 HeaderSearch::findModuleForHeader(const FileEntry *File) const { in findModuleForHeader() function in HeaderSearch
1142 return ModMap.findModuleForHeader(File); in findModuleForHeader()
DPPLexerChange.cpp503 if (!ModMap.findModuleForHeader(File) && in HandleEndOfFile()
DPPDirectives.cpp552 return ModMap.findModuleForHeader(EntryOfIncl).getModule(); in getModuleForLocation()
1688 HeaderInfo.getModuleMap().findModuleForHeader(File, RequestingModule); in HandleIncludeDirective()
DModuleMap.cpp317 ModuleMap::findModuleForHeader(const FileEntry *File, in findModuleForHeader() function in ModuleMap
880 if (Module *Mod = findModuleForHeader(ExpansionFile).getModule()) in inferModuleFromLocation()
/external/clang/include/clang/Lex/
DModuleMap.h247 KnownHeader findModuleForHeader(const FileEntry *File,
DHeaderSearch.h538 ModuleMap::KnownHeader findModuleForHeader(const FileEntry *File) const;
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp139 if (HS.findModuleForHeader(FE)) in HandleDiagnostic()
/external/clang/lib/Serialization/
DASTWriter.cpp1559 Module *Mod = HS.findModuleForHeader(key.FE).getModule(); in EmitData()
/external/clang/tools/libclang/
DCIndex.cpp6427 ModuleMap::KnownHeader Header = HS.findModuleForHeader(FE); in clang_getModuleForFile()