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

References

tools/clang/lib/AST/ASTImporter.cpp
 4040   if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
 4046   if (Error Err = importInto(ToInterface, D->getClassInterface()))
 4057         D->getAtStartLoc(), D->getCategoryNameLoc(),
 4057         D->getAtStartLoc(), D->getCategoryNameLoc(),
 4058         D->getIvarLBraceLoc(), D->getIvarRBraceLoc()))
 4058         D->getIvarLBraceLoc(), D->getIvarRBraceLoc()))
 4065     if (GetImportedOrCreateDecl(ToCategory, D, Importer.getToContext(), DC,
 4078     if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList()))
 4087       = D->protocol_loc_begin();
 4088     for (ObjCCategoryDecl::protocol_iterator FromProto = D->protocol_begin(),
 4089                                           FromProtoEnd = D->protocol_end();
 4108     Importer.MapImported(D, ToCategory);
 4112   if (Error Err = ImportDeclContext(D))
 4116   if (D->getImplementation()) {
 4118         import(D->getImplementation()))