Searched refs:getSuperClassLoc (Results 1 – 6 of 6) sorted by relevance
375 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
1045 D->getSuperClassLoc(), in VisitObjCInterfaceDecl()1077 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
960 SourceLocation getSuperClassLoc() const { return data().SuperClassLoc; } in getSuperClassLoc() function
3245 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()3251 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()3275 To->setSuperClassLoc(Importer.Import(From->getSuperClassLoc())); in ImportDefinition()
471 Writer.AddSourceLocation(D->getSuperClassLoc(), Record); in VisitObjCInterfaceDecl()
3224 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()