Searched refs:AllowExcluded (Results 1 – 4 of 4) sorted by relevance
444 bool AllowExcluded = false);
664 bool AllowExcluded = false) const;
1559 bool AllowExcluded) const { in findModuleForHeader()1565 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
585 bool AllowExcluded) { in findModuleForHeader() argument598 if (!AllowExcluded && H.getRole() == ModuleMap::ExcludedHeader) in findModuleForHeader()