Searched refs:getSuperClassLoc (Results 1 – 6 of 6) sorted by relevance
443 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
1073 D->getSuperClassLoc(), in VisitObjCInterfaceDecl()1105 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
1165 SourceLocation getSuperClassLoc() const { return data().SuperClassLoc; } in getSuperClassLoc() function
3456 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()3462 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()3486 To->setSuperClassLoc(Importer.Import(From->getSuperClassLoc())); in ImportDefinition()
477 Writer.AddSourceLocation(D->getSuperClassLoc(), Record); in VisitObjCInterfaceDecl()
3211 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()