Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h47 llvm::Error scanForUnwrappedLibraries(StringRef Directory);
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp30 return scanForUnwrappedLibraries(Directory); in scan()
33 llvm::Error DirectoryScanner::scanForUnwrappedLibraries(StringRef Directory) { in scanForUnwrappedLibraries() function in clang::installapi::DirectoryScanner