Home
last modified time | relevance | path

Searched defs:Importer (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExternalASTMerger.cpp284 LazyASTImporter &Importer = LazyImporterForOrigin(*this, *Origin.AST); in ForEachMatchingDC() local
288 for (const std::unique_ptr<ASTImporter> &Importer : Importers) { in ForEachMatchingDC() local
371 LazyASTImporter &Importer = LazyImporterForOrigin(*this, *Origin.AST); in MaybeRecordOrigin() local
392 ASTImporter &Importer) { in RecordOriginImpl()
430 [&Sources](std::unique_ptr<ASTImporter> &Importer) -> bool { in RemoveSources()
455 static bool importSpecializations(DeclTy *D, ASTImporter *Importer) { in importSpecializations()
467 static bool importSpecializationsIfNeeded(Decl *D, ASTImporter *Importer) { in importSpecializationsIfNeeded()
511 ASTImporter *Importer = C.second; in FindExternalVisibleDeclsByName() local
DASTImporter.cpp143 ASTImporter &Importer; member in clang::ASTNodeImporter
341 explicit ASTNodeImporter(ASTImporter &Importer) : Importer(Importer) {} in ASTNodeImporter()
1939 ASTImporter &Importer) { in setTypedefNameForAnonDecl()
2155 getStructuralEquivalenceKind(const ASTImporter &Importer) { in getStructuralEquivalenceKind()
8322 ASTNodeImporter Importer(*this); in ImportImpl() local
8353 ASTNodeImporter Importer(*this); in Import() local
8684 ASTNodeImporter Importer(*this); in Import() local
8924 ASTNodeImporter Importer(*this); in Import() local
9137 ASTNodeImporter Importer(*this); in Import() local
9148 ASTNodeImporter Importer(*this); in ImportDefinition() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DASTMerge.cpp56 ASTImporter Importer(CI.getASTContext(), CI.getFileManager(), in ExecuteAction() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-link/
Dllvm-link.cpp357 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp710 ASTImporter &Importer = getOrCreateASTImporter(Unit); in importDefinitionImpl() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOBackend.cpp648 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend() local
DThinLTOCodeGenerator.cpp224 FunctionImporter Importer(Index, Loader, ClearDSOLocalOnDeclarations); in crossImportIntoModule() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1374 FunctionImporter Importer(*Index, ModuleLoader, in doImportingForModule() local