Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h443 KnownHeader findModuleForHeader(FileEntryRef File, bool AllowTextual = false,
H A DHeaderSearch.h673 bool AllowTextual = false,
H A DPreprocessor.h2705 Module *getModuleForLocation(SourceLocation Loc, bool AllowTextual);
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1555 HeaderSearch::findModuleForHeader(FileEntryRef File, bool AllowTextual, in findModuleForHeader() argument
1562 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
H A DPPDirectives.cpp860 bool AllowTextual) { in getModuleForLocation() argument
868 .findModuleForHeader(*EntryOfIncl, AllowTextual) in getModuleForLocation()
H A DModuleMap.cpp607 bool AllowTextual, in findModuleForHeader() argument
610 if (!AllowTextual && R.getRole() & ModuleMap::TextualHeader) in findModuleForHeader()