Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp41 auto DirPublic = GetDirectory("usr/include"); in scanForUnwrappedLibraries() local
43 if (!DirPublic && !DirPrivate) { in scanForUnwrappedLibraries()
53 if (DirPublic) in scanForUnwrappedLibraries()
54 if (Error Err = scanHeaders(DirPublic->getName(), Lib, HeaderType::Public, in scanForUnwrappedLibraries()