Lines Matching refs:target_ast
45 std::unique_ptr<TypeSystemClang> target_ast = clang_utils::createAST(); in TEST_F() local
49 importer.CopyDecl(&target_ast->getASTContext(), source.record_decl); in TEST_F()
70 std::unique_ptr<TypeSystemClang> target_ast = clang_utils::createAST(); in TEST_F() local
73 CompilerType imported = importer.CopyType(*target_ast, source.record_type); in TEST_F()
122 std::unique_ptr<TypeSystemClang> target_ast = clang_utils::createAST(); in TEST_F() local
126 importer.DeportDecl(&target_ast->getASTContext(), source.record_decl); in TEST_F()
144 std::unique_ptr<TypeSystemClang> target_ast = clang_utils::createAST(); in TEST_F() local
147 CompilerType imported = importer.DeportType(*target_ast, source.record_type); in TEST_F()
169 std::unique_ptr<TypeSystemClang> target_ast = clang_utils::createAST(); in TEST_F() local
173 importer.CopyDecl(&target_ast->getASTContext(), source.record_decl); in TEST_F()
198 std::unique_ptr<TypeSystemClang> target_ast = clang_utils::createAST(); in TEST_F() local
200 importer.CopyDecl(&target_ast->getASTContext(), temporary_imported); in TEST_F()
215 std::unique_ptr<TypeSystemClang> target_ast = clang_utils::createAST(); in TEST_F() local
219 importer.CopyDecl(&target_ast->getASTContext(), source.record_decl); in TEST_F()