Searched refs:AllowExcluded (Results 1 – 4 of 4) sorted by relevance
443 bool AllowExcluded = false);
702 bool AllowExcluded = false) const;
1661 bool AllowExcluded) const { in findModuleForHeader()1667 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
608 bool AllowExcluded) { in findModuleForHeader() argument621 if (!AllowExcluded && H.getRole() == ModuleMap::ExcludedHeader) in findModuleForHeader()