Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DModuleMap.h444 bool AllowExcluded = false);
H A DHeaderSearch.h664 bool AllowExcluded = false) const;
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp1559 bool AllowExcluded) const { in findModuleForHeader()
1565 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
H A DModuleMap.cpp585 bool AllowExcluded) { in findModuleForHeader() argument
598 if (!AllowExcluded && H.getRole() == ModuleMap::ExcludedHeader) in findModuleForHeader()