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

References

tools/clang/lib/AST/ASTImporter.cpp
 4886   if (!ToImpl) {
 4894     if (GetImportedOrCreateDecl(ToImpl, D, Importer.getToContext(), DC,
 4899       return ToImpl;
 4901     ToImpl->setLexicalDeclContext(LexicalDC);
 4902     LexicalDC->addDeclInternal(ToImpl);
 4906     if (D->getPropertyImplementation() != ToImpl->getPropertyImplementation()) {
 4907       Importer.ToDiag(ToImpl->getLocation(),
 4910         << (ToImpl->getPropertyImplementation()
 4922         Ivar != ToImpl->getPropertyIvarDecl()) {
 4923       Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(),
 4926         << ToImpl->getPropertyIvarDecl()->getDeclName()
 4936     Importer.MapImported(D, ToImpl);
 4939   return ToImpl;