Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h755 bool findUsableModuleForHeader(const FileEntry *File,
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp440 if (!findUsableModuleForHeader( in getFileAndSuggestModule()
717 if (!HS.findUsableModuleForHeader(&File->getFileEntry(), getDir(), in DoFrameworkLookup()
1613 bool HeaderSearch::findUsableModuleForHeader( in findUsableModuleForHeader() function in HeaderSearch