Home
last modified time | relevance | path

Searched refs:getSuperClassLoc (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp410 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1866 SourceLocation getSuperClassLoc() const;
2685 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp686 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
H A DCIndex.cpp1181 D->getSuperClass(), D->getSuperClassLoc(), TU))) in VisitObjCInterfaceDecl()
1217 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp371 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
H A DASTImporter.cpp5013 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()
5019 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()
5246 auto ToSuperClassLoc = importChecked(Err, D->getSuperClassLoc()); in VisitObjCImplementationDecl()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp668 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp895 Record.AddSourceLocation(D->getSuperClassLoc()); in VisitObjCImplementationDecl()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3138 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()