Searched refs:AllowTextual (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 431 KnownHeader findModuleForHeader(FileEntryRef File, bool AllowTextual = false,
|
| H A D | HeaderSearch.h | 698 bool AllowTextual = false,
|
| H A D | Preprocessor.h | 2868 Module *getModuleForLocation(SourceLocation Loc, bool AllowTextual);
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 1605 HeaderSearch::findModuleForHeader(FileEntryRef File, bool AllowTextual, in findModuleForHeader() argument 1612 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
|
| H A D | ModuleMap.cpp | 595 bool AllowTextual, in findModuleForHeader() argument 598 if (!AllowTextual && R.getRole() & ModuleMap::TextualHeader) in findModuleForHeader()
|
| H A D | PPDirectives.cpp | 887 bool AllowTextual) { in getModuleForLocation() argument 895 .findModuleForHeader(*EntryOfIncl, AllowTextual) in getModuleForLocation()
|