Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DModuleMap.h443 bool AllowTextual = false,
H A DHeaderSearch.h663 bool AllowTextual = false,
H A DPreprocessor.h2706 Module *getModuleForLocation(SourceLocation Loc, bool AllowTextual);
/openbsd/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp1558 HeaderSearch::findModuleForHeader(const FileEntry *File, bool AllowTextual, in findModuleForHeader() argument
1565 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
H A DPPDirectives.cpp840 bool AllowTextual) { in getModuleForLocation() argument
848 .findModuleForHeader(EntryOfIncl, AllowTextual) in getModuleForLocation()
H A DModuleMap.cpp584 bool AllowTextual, in findModuleForHeader() argument
587 if (!AllowTextual && R.getRole() & ModuleMap::TextualHeader) in findModuleForHeader()