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

References

tools/clang/lib/AST/ASTImporter.cpp
 4869   if (Error Err = importInto(Property, D->getPropertyDecl()))
 4873   if (Error Err = ImportDeclContext(D, DC, LexicalDC))
 4880   if (Error Err = importInto(Ivar, D->getPropertyIvarDecl()))
 4889         D->getBeginLoc(), D->getLocation(), D->getPropertyIvarDeclLoc()))
 4889         D->getBeginLoc(), D->getLocation(), D->getPropertyIvarDeclLoc()))
 4889         D->getBeginLoc(), D->getLocation(), D->getPropertyIvarDeclLoc()))
 4894     if (GetImportedOrCreateDecl(ToImpl, D, Importer.getToContext(), DC,
 4897                                 D->getPropertyImplementation(), Ivar,
 4906     if (D->getPropertyImplementation() != ToImpl->getPropertyImplementation()) {
 4912       Importer.FromDiag(D->getLocation(),
 4914         << D->getPropertyDecl()->getDeclName()
 4915         << (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic);
 4921     if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize &&
 4928       Importer.FromDiag(D->getPropertyIvarDeclLoc(),
 4930         << D->getPropertyIvarDecl()->getDeclName();
 4936     Importer.MapImported(D, ToImpl);