Home
last modified time | relevance | path

Searched refs:findModuleForHeader (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DModuleMap.h442 KnownHeader findModuleForHeader(const FileEntry *File,
H A DHeaderSearch.h662 ModuleMap::KnownHeader findModuleForHeader(const FileEntry *File,
/openbsd/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp1558 HeaderSearch::findModuleForHeader(const FileEntry *File, bool AllowTextual, in findModuleForHeader() function in HeaderSearch
1565 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader()
1582 HS.findModuleForHeader(File, /*AllowTextual*/true); in suggestModule()
H A DPPDirectives.cpp848 .findModuleForHeader(EntryOfIncl, AllowTextual) in getModuleForLocation()
H A DModuleMap.cpp583 ModuleMap::KnownHeader ModuleMap::findModuleForHeader(const FileEntry *File, in findModuleForHeader() function in ModuleMap
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp745 if (HS.findModuleForHeader(FE)) in HandleDiagnostic()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8739 ModuleMap::KnownHeader Header = HS.findModuleForHeader(FE); in clang_getModuleForFile()