Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h431 KnownHeader findModuleForHeader(FileEntryRef File, bool AllowTextual = false,
H A DHeaderSearch.h698 bool AllowTextual = false,
H A DPreprocessor.h2868 Module *getModuleForLocation(SourceLocation Loc, bool AllowTextual);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1605 HeaderSearch::findModuleForHeader(FileEntryRef File, bool AllowTextual, in findModuleForHeader() argument
1612 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
H A DModuleMap.cpp595 bool AllowTextual, in findModuleForHeader() argument
598 if (!AllowTextual && R.getRole() & ModuleMap::TextualHeader) in findModuleForHeader()
H A DPPDirectives.cpp887 bool AllowTextual) { in getModuleForLocation() argument
895 .findModuleForHeader(*EntryOfIncl, AllowTextual) in getModuleForLocation()