Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h442 KnownHeader findModuleForHeader(FileEntryRef File, bool AllowTextual = false,
H A DHeaderSearch.h701 bool AllowTextual = false,
H A DPreprocessor.h2776 Module *getModuleForLocation(SourceLocation Loc, bool AllowTextual);
/src/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1660 HeaderSearch::findModuleForHeader(FileEntryRef File, bool AllowTextual, in findModuleForHeader() argument
1667 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
H A DModuleMap.cpp607 bool AllowTextual, in findModuleForHeader() argument
610 if (!AllowTextual && R.getRole() & ModuleMap::TextualHeader) in findModuleForHeader()
H A DPPDirectives.cpp861 bool AllowTextual) { in getModuleForLocation() argument
869 .findModuleForHeader(*EntryOfIncl, AllowTextual) in getModuleForLocation()