Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/InstallAPI/
HDDirectoryScanner.cpp42 auto DirPrivate = GetDirectory("usr/local/include"); in scanForUnwrappedLibraries() local
43 if (!DirPublic && !DirPrivate) { in scanForUnwrappedLibraries()
58 if (DirPrivate) in scanForUnwrappedLibraries()
59 if (Error Err = scanHeaders(DirPrivate->getName(), Lib, HeaderType::Private, in scanForUnwrappedLibraries()