Lines Matching defs:Lib
21 for (const Library &Lib : Libraries)
22 llvm::append_range(Headers, Lib.Headers);
50 Library &Lib = getOrCreateLibrary(Directory, Libraries);
51 Lib.IsUnwrappedDylib = true;
54 if (Error Err = scanHeaders(DirPublic->getName(), Lib, HeaderType::Public,
59 if (Error Err = scanHeaders(DirPrivate->getName(), Lib, HeaderType::Private,
90 Error DirectoryScanner::scanHeaders(StringRef Path, Library &Lib,
122 Lib.addHeaderFile(HeaderPath, Type,
133 if (Error Err = scanHeaders(Dir, Lib, Type, BasePath, ParentPath))
185 Library &Lib) const {
208 getOrCreateLibrary(Curr, Lib.FrameworkVersions);