Home | History | Annotate | Download | only in Expression

Lines Matching refs:m_ast_importer

30     m_ast_importer->ForgetDestination(m_ast_context);
45 m_ast_importer->ForgetSource(scratch_ast_context, m_ast_context);
190 if (!m_ast_importer->CompleteTagDecl (tag_decl))
204 ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context);
253 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl))
292 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl))
319 m_ast_importer->CompleteObjCInterfaceDecl (interface_decl);
410 if (!m_ast_importer->ResolveDeclOrigin(context_decl, &original_decl, &original_ctx))
428 m_ast_importer->SetDeclOrigin(context_decl, original_iface_decl);
462 Decl *copied_decl = m_ast_importer->CopyDecl(m_ast_context, original_ctx, decl);
471 m_ast_importer->RequireCompleteType(copied_field_type);
521 ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context);
930 m_ast_importer->ResolveDeclOrigin(interface_decl, &original_decl, &original_ctx);
941 m_ast_importer,
1087 Decl *copied_decl = m_ast_importer->CopyDecl(m_ast_context, &method_decl->getASTContext(), method_decl);
1136 m_ast_importer,
1186 m_ast_importer,
1258 DeclFromUser<const ObjCInterfaceDecl> origin_iface_decl(parser_iface_decl.GetOrigin(m_ast_importer));
1272 m_ast_importer,
1308 m_ast_importer,
1362 m_ast_importer,
1463 DeclFromUser <const RecordDecl> origin_record(parser_record.GetOrigin(m_ast_importer));
1506 if (!ImportOffsetMap(field_offsets, origin_field_offsets, m_ast_importer, parser_ast_context) ||
1507 !ImportOffsetMap(base_offsets, origin_base_offsets, m_ast_importer, parser_ast_context) ||
1508 !ImportOffsetMap(virtual_base_offsets, origin_virtual_base_offsets, m_ast_importer, parser_ast_context))
1669 Decl *copied_decl = m_ast_importer->CopyDecl(m_ast_context, namespace_decl.GetASTContext(), namespace_decl.GetNamespaceDecl());
1681 m_ast_importer->RegisterNamespaceMap(copied_namespace_decl, namespace_decls);
1693 QualType copied_qual_type = m_ast_importer->CopyType (m_ast_context, src_type.GetASTContext(), src_type.GetQualType());