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

References

tools/lldb/source/Symbol/ClangASTImporter.cpp
 1047     return clang::ASTImporter::Imported(from, to);
 1050   ClangASTMetadata *metadata = m_master.GetDeclMetadata(from);
 1055     if (NamedDecl *from_named_decl = dyn_cast<clang::NamedDecl>(from)) {
 1064                 from->getDeclKindName(), static_cast<void *>(to),
 1065                 name_string.c_str(), static_cast<void *>(from), user_id);
 1070                 from->getDeclKindName(), static_cast<void *>(to),
 1071                 static_cast<void *>(from), user_id);
 1083     OriginMap::iterator origin_iter = origins.find(from);
 1104                 static_cast<void *>(&from->getASTContext()),
 1108         m_new_decl_listener->NewDeclImported(from, to);
 1112         to_context_md->m_origins[to] = DeclOrigin(m_source_ctx, from);
 1118                 static_cast<void *>(&from->getASTContext()));
 1124           dyn_cast<clang::NamespaceDecl>(from);
 1136     to_context_md->m_origins[to] = DeclOrigin(m_source_ctx, from);
 1141               static_cast<void *>(from), static_cast<void *>(m_source_ctx),
 1145   if (TagDecl *from_tag_decl = dyn_cast<TagDecl>(from)) {
 1160   if (isa<NamespaceDecl>(from)) {
 1168   if (isa<ObjCContainerDecl>(from)) {