Searched refs:AllowTextual (Results 1 – 6 of 6) sorted by relevance
443 bool AllowTextual = false,
663 bool AllowTextual = false,
2706 Module *getModuleForLocation(SourceLocation Loc, bool AllowTextual);
1558 HeaderSearch::findModuleForHeader(const FileEntry *File, bool AllowTextual, in findModuleForHeader() argument1565 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
840 bool AllowTextual) { in getModuleForLocation() argument848 .findModuleForHeader(EntryOfIncl, AllowTextual) in getModuleForLocation()
584 bool AllowTextual, in findModuleForHeader() argument587 if (!AllowTextual && R.getRole() & ModuleMap::TextualHeader) in findModuleForHeader()