Lines Matching refs:ASTImporter
33 class ASTImporter; variable
92 typedef std::function<ASTImporter *(
98 ASTImporter::ODRHandlingType ODRHandling;
115 std::unique_ptr<ASTImporter> Importer;
117 ASTImporter::ODRHandlingType ODRHandling;
121 ASTImporter::ODRHandlingType ODRHandling =
122 ASTImporter::ODRHandlingType::Conservative);
195 : ODRHandling(ASTImporter::ODRHandlingType::Conservative) {} in ASTImporterTestBase()
213 ASTImporter &Importer, NodeType Node) { in importNode()
259 ASTImporter Importer(ToCtx, ToAST->getFileManager(), FromCtx, in testImport()
377 llvm::DenseMap<ImporterKey, std::unique_ptr<ASTImporter>> Importers; in testImportSequence()
396 std::unique_ptr<ASTImporter> &ImporterRef = Importers[{From, To}]; in testImportSequence()
398 ImporterRef.reset(new ASTImporter( in testImportSequence()