Searched refs:getSuperClassLoc (Results 1 – 7 of 7) sorted by relevance
1328 SourceLocation getSuperClassLoc() const { return data().SuperClassLoc; } in getSuperClassLoc() function2106 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
514 Writer.AddSourceLocation(D->getSuperClassLoc(), Record); in VisitObjCInterfaceDecl()642 Writer.AddSourceLocation(D->getSuperClassLoc(), Record); in VisitObjCImplementationDecl()
450 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
1089 D->getSuperClassLoc(), in VisitObjCInterfaceDecl()1121 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
3488 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()3494 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()3518 To->setSuperClassLoc(Importer.Import(From->getSuperClassLoc())); in ImportDefinition()3679 Importer.Import(D->getSuperClassLoc()), in VisitObjCImplementationDecl()
567 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
3165 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()