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