Home
last modified time | relevance | path

Searched refs:findUsableModuleForHeader (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h630 bool findUsableModuleForHeader(const FileEntry *File,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp319 if (!findUsableModuleForHeader(File, Dir ? Dir : File->getDir(), in getFileAndSuggestModule()
584 if (!HS.findUsableModuleForHeader(FE, getDir(), RequestingModule, in DoFrameworkLookup()
1362 bool HeaderSearch::findUsableModuleForHeader( in findUsableModuleForHeader() function in HeaderSearch