Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h223 llvm::SmallVector<IntrusiveRefCntPtr<SourceManager>, 12> SourceManagers; variable
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp225 ZipperedDeclSource{SymCtx.FA, SourceManagers.back().get(), Ctx.Target}); in shouldIgnoreZipperedAvailability()
523 SourceManagers.push_back(std::move(SourceMgr)); in setSourceManager()
524 Ctx.Diag->setSourceManager(SourceManagers.back().get()); in setSourceManager()