Home
last modified time | relevance | path

Searched refs:AllowExcluded (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h443 bool AllowExcluded = false);
H A DHeaderSearch.h702 bool AllowExcluded = false) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1661 bool AllowExcluded) const { in findModuleForHeader()
1667 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
H A DModuleMap.cpp608 bool AllowExcluded) { in findModuleForHeader() argument
621 if (!AllowExcluded && H.getRole() == ModuleMap::ExcludedHeader) in findModuleForHeader()