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

References

tools/lldb/source/Symbol/ClangASTImporter.cpp
  944   ASTImporter::Imported(from, to);
  964   if (clang::TagDecl *to_tag = dyn_cast<clang::TagDecl>(to)) {
  979                  static_cast<void *>(to->getTranslationUnitDecl()),
  980                  from->getDeclKindName(), static_cast<void *>(to), name_string,
  986         to->getTranslationUnitDecl()->dump(ast_stream);
  996   if (ObjCInterfaceDecl *to_objc_interface = dyn_cast<ObjCInterfaceDecl>(to)) {