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

References

tools/clang/lib/AST/ASTImporter.cpp
 4664   if (Error Err = importInto(Category, D->getCategoryDecl()))
 4670     if (Error Err = ImportDeclContext(D, DC, LexicalDC))
 4675         D->getLocation(), D->getAtStartLoc(), D->getCategoryNameLoc()))
 4675         D->getLocation(), D->getAtStartLoc(), D->getCategoryNameLoc()))
 4675         D->getLocation(), D->getAtStartLoc(), D->getCategoryNameLoc()))
 4681             ToImpl, D, Importer.getToContext(), DC,
 4682             Importer.Import(D->getIdentifier()), Category->getClassInterface(),
 4691   Importer.MapImported(D, ToImpl);
 4692   if (Error Err = ImportDeclContext(D))