Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A 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()
429 [&Sources](std::unique_ptr<ASTImporter> &Importer) -> bool { in RemoveSources()
453 static bool importSpecializations(DeclTy *D, ASTImporter *Importer) { in importSpecializations()
465 static bool importSpecializationsIfNeeded(Decl *D, ASTImporter *Importer) { in importSpecializationsIfNeeded()
509 ASTImporter *Importer = C.second; in FindExternalVisibleDeclsByName() local
H A DASTImporter.cpp181 ASTImporter &Importer; member in clang::ASTNodeImporter
363 explicit ASTNodeImporter(ASTImporter &Importer) : Importer(Importer) {} in ASTNodeImporter()
1989 ASTImporter &Importer) { in setTypedefNameForAnonDecl()
2214 getStructuralEquivalenceKind(const ASTImporter &Importer) { in getStructuralEquivalenceKind()
8617 ASTNodeImporter Importer(*this); in ImportImpl() local
8648 ASTNodeImporter Importer(*this); in Import() local
8734 ASTImporter &Importer; member in __anon4409e2420811::AttrImporter
9216 ASTNodeImporter Importer(*this); in Import() local
9450 ASTNodeImporter Importer(*this); in Import() local
9674 ASTNodeImporter Importer(*this); in Import() local
[all …]
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTMerge.cpp56 ASTImporter Importer(CI.getASTContext(), CI.getFileManager(), in ExecuteAction() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp369 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions() local
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp734 ASTImporter &Importer = getOrCreateASTImporter(Unit); in importDefinitionImpl() local
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp647 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend() local
H A DThinLTOCodeGenerator.cpp223 FunctionImporter Importer(Index, Loader, ClearDSOLocalOnDeclarations); in crossImportIntoModule() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1444 FunctionImporter Importer(*Index, ModuleLoader, in doImportingForModule() local