Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h674 bool findUsableModuleForHeader(const FileEntry *File,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp366 if (!findUsableModuleForHeader( in getFileAndSuggestModule()
641 if (!HS.findUsableModuleForHeader(&File->getFileEntry(), getDir(), in DoFrameworkLookup()
1465 bool HeaderSearch::findUsableModuleForHeader( in findUsableModuleForHeader() function in HeaderSearch