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

References

tools/clang/lib/AST/ASTImporter.cpp
 4472     ObjCInterfaceDecl *FromSuper = From->getSuperClass();
 4492       if (From->getSuperClass())
 4493         Importer.FromDiag(From->getSuperClassLoc(),
 4495         << From->getSuperClass()->getDeclName();
 4497         Importer.FromDiag(From->getLocation(),
 4502       if (Error Err = ImportDeclContext(From))
 4511   if (From->getSuperClass()) {
 4512     if (auto SuperTInfoOrErr = import(From->getSuperClassTInfo()))
 4522       From->protocol_loc_begin();
 4524   for (ObjCInterfaceDecl::protocol_iterator FromProto = From->protocol_begin(),
 4525                                          FromProtoEnd = From->protocol_end();
 4546   for (auto *Cat : From->known_categories()) {
 4553   if (From->getImplementation()) {
 4555         import(From->getImplementation()))
 4563     if (Error Err = ImportDeclContext(From, /*ForceImport=*/true))