Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h430 bool AllowTextual = false);
H A DHeaderSearch.h563 bool AllowTextual = false) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp1331 bool AllowTextual) const { in findModuleForHeader()
1337 return ModMap.findModuleForHeader(File, AllowTextual); in findModuleForHeader()
H A DModuleMap.cpp563 bool AllowTextual) { in findModuleForHeader() argument
565 if (!AllowTextual && R.getRole() & ModuleMap::TextualHeader) in findModuleForHeader()