Searched refs:getSuperClassLoc (Results 1 – 9 of 9) sorted by relevance
410 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl()
1875 SourceLocation getSuperClassLoc() const;2721 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
686 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
1181 D->getSuperClass(), D->getSuperClassLoc(), TU))) in VisitObjCInterfaceDecl()1217 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
371 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
5124 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()5130 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()5357 auto ToSuperClassLoc = importChecked(Err, D->getSuperClassLoc()); in VisitObjCImplementationDecl()
668 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
909 Record.AddSourceLocation(D->getSuperClassLoc()); in VisitObjCImplementationDecl()
3138 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()