Home
last modified time | relevance | path

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

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