Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h120 OptionalDirectoryEntryRef loadFrameworkAPINotes(llvm::StringRef FrameworkPath,
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp154 llvm::StringRef FrameworkPath, llvm::StringRef FrameworkName, bool Public) { in loadFrameworkAPINotes() argument
157 llvm::SmallString<128> Path(FrameworkPath); in loadFrameworkAPINotes()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp721 StringRef FrameworkPath = File->getDir().getName(); in DoFrameworkLookup() local
725 auto Dir = FileMgr.getOptionalDirectoryRef(FrameworkPath); in DoFrameworkLookup()
731 if (llvm::sys::path::extension(FrameworkPath) == ".framework") { in DoFrameworkLookup()
737 FrameworkPath = llvm::sys::path::parent_path(FrameworkPath); in DoFrameworkLookup()
738 if (FrameworkPath.empty()) in DoFrameworkLookup()
744 if (!HS.findUsableModuleForFrameworkHeader(*File, FrameworkPath, in DoFrameworkLookup()