Searched defs:Importer (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 281 LazyASTImporter &Importer = LazyImporterForOrigin(*this, *Origin.AST); in ForEachMatchingDC() local 285 for (const std::unique_ptr<ASTImporter> &Importer : Importers) { in ForEachMatchingDC() local 368 LazyASTImporter &Importer = LazyImporterForOrigin(*this, *Origin.AST); in MaybeRecordOrigin() local 389 ASTImporter &Importer) { in RecordOriginImpl() 426 [&Sources](std::unique_ptr<ASTImporter> &Importer) -> bool { in RemoveSources() 450 static bool importSpecializations(DeclTy *D, ASTImporter *Importer) { in importSpecializations() 462 static bool importSpecializationsIfNeeded(Decl *D, ASTImporter *Importer) { in importSpecializationsIfNeeded() 506 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() 2200 ASTImporter &Importer) { in setTypedefNameForAnonDecl() 2425 getStructuralEquivalenceKind(const ASTImporter &Importer) { in getStructuralEquivalenceKind() 4289 static bool IsEquivalentFriend(ASTImporter &Importer, FriendDecl *FD1, in IsEquivalentFriend() 4306 static FriendCountAndPosition getFriendCountAndPosition(ASTImporter &Importer, in getFriendCountAndPosition() 9041 ASTNodeImporter Importer(*this); in ImportImpl() local 9072 ASTNodeImporter Importer(*this); in Import() local 9158 ASTImporter &Importer; member in __anone38d232b0811::AttrImporter 9650 ASTNodeImporter Importer(*this); in Import() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | CodeCompletion.cpp | 225 std::unique_ptr<ASTImporter> Importer; member in clang::ExternalSource
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 391 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions() local
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 658 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend() local
|
H A D | ThinLTOCodeGenerator.cpp | 226 FunctionImporter Importer(Index, Loader, ClearDSOLocalOnDeclarations); in crossImportIntoModule() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1948 FunctionImporter Importer(*Index, ModuleLoader, in doImportingForModuleForTest() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 598 Module *Importer = PP.getCurrentModule(); in ReadDiagnosticOptions() local
|