Home
last modified time | relevance | path

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

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