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

References

tools/clang/lib/AST/ASTImporter.cpp
  692   if (Error Err = importInto(std::get<0>(Result), FTSInfo->getTemplate()))
 1593     if (Error Err = importInto(ToD, FromD))
 2730       if (Error Err = importInto(ToDescribed, FromDescribed))
 3545     if (Error Err = importInto(ToFriendD, FriendD))
 4046   if (Error Err = importInto(ToInterface, D->getClassInterface()))
 4664   if (Error Err = importInto(Category, D->getCategoryDecl()))
 4702   if (Error Err = importInto(Iface, D->getClassInterface()))
 4707   if (Error Err = importInto(Super, D->getSuperClass()))
 4869   if (Error Err = importInto(Property, D->getPropertyDecl()))
 4880   if (Error Err = importInto(Ivar, D->getPropertyIvarDecl()))
 5093   if (Error Err = importInto(ToTemplated, FromTemplated))
 5154   if (Error Err = importInto(ClassTemplate, D->getSpecializedTemplate()))
 5383   if (Error Err = importInto(ToTemplated, DTemplated))
 5424   if (Error Err = importInto(VarTemplate, D->getSpecializedTemplate()))
 5604   if (Error Err = importInto(TemplatedFD, D->getTemplatedDecl()))