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);
  958   if (llvm::Error err = ImportDefinition(from)) {
  965     if (clang::TagDecl *from_tag = dyn_cast<clang::TagDecl>(from)) {
  971         if (NamedDecl *from_named_decl = dyn_cast<clang::NamedDecl>(from)) {
  980                  from->getDeclKindName(), static_cast<void *>(to), name_string,
  981                  static_cast<void *>(from));
 1004           dyn_cast<ObjCInterfaceDecl>(from);