Searched refs:AllowExcluded (Results 1 – 4 of 4) sorted by relevance
432 bool AllowExcluded = false);
699 bool AllowExcluded = false) const;
1606 bool AllowExcluded) const { in findModuleForHeader()1612 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
596 bool AllowExcluded) { in findModuleForHeader() argument609 if (!AllowExcluded && H.getRole() == ModuleMap::ExcludedHeader) in findModuleForHeader()