reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/ClangASTImporter.cpp
 1046   if (m_decls_to_ignore.find(to) != m_decls_to_ignore.end())
 1047     return clang::ASTImporter::Imported(from, to);
 1064                 from->getDeclKindName(), static_cast<void *>(to),
 1070                 from->getDeclKindName(), static_cast<void *>(to),
 1076       m_master.GetContextMetadata(&to->getASTContext());
 1086       if (to_context_md->m_origins.find(to) == to_context_md->m_origins.end() ||
 1088         if (origin_iter->second.ctx != &to->getASTContext())
 1089           to_context_md->m_origins[to] = origin_iter->second;
 1093           m_master.GetDelegate(&to->getASTContext(), origin_iter->second.ctx);
 1096         direct_completer->ASTImporter::Imported(origin_iter->second.decl, to);
 1105                 static_cast<void *>(&to->getASTContext()));
 1108         m_new_decl_listener->NewDeclImported(from, to);
 1110       if (to_context_md->m_origins.find(to) == to_context_md->m_origins.end() ||
 1112         to_context_md->m_origins[to] = DeclOrigin(m_source_ctx, from);
 1122             dyn_cast<clang::NamespaceDecl>(to)) {
 1136     to_context_md->m_origins[to] = DeclOrigin(m_source_ctx, from);
 1142               static_cast<void *>(&to->getASTContext()));
 1146     TagDecl *to_tag_decl = dyn_cast<TagDecl>(to);
 1161     NamespaceDecl *to_namespace_decl = dyn_cast<NamespaceDecl>(to);
 1169     ObjCContainerDecl *to_container_decl = dyn_cast<ObjCContainerDecl>(to);