Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp50 Library &Lib = getOrCreateLibrary(Directory, Libraries); in scanForUnwrappedLibraries()
76 DirectoryScanner::getOrCreateLibrary(StringRef Path, in getOrCreateLibrary() function in clang::installapi::DirectoryScanner
161 Library &Framework = getOrCreateLibrary(Curr, Libs); in scanMultipleFrameworks()
207 getOrCreateLibrary(Curr, Lib.FrameworkVersions); in scanFrameworkVersionsDirectory()
283 Library &Framework = getOrCreateLibrary(Directory, Libraries); in scanForFrameworks()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h53 Library &getOrCreateLibrary(StringRef Path, std::vector<Library> &Libs) const;