Searched defs:Importer (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 284 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 D | ASTImporter.cpp | 181 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 D | ASTMerge.cpp | 56 ASTImporter Importer(CI.getASTContext(), CI.getFileManager(), in ExecuteAction() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 369 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions() local
|
/openbsd-src/gnu/llvm/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 734 ASTImporter &Importer = getOrCreateASTImporter(Unit); in importDefinitionImpl() local
|
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 647 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend() local
|
H A D | ThinLTOCodeGenerator.cpp | 223 FunctionImporter Importer(Index, Loader, ClearDSOLocalOnDeclarations); in crossImportIntoModule() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1444 FunctionImporter Importer(*Index, ModuleLoader, in doImportingForModule() local
|