Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp395 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1864 SourceLocation getSuperClassLoc() const;
2673 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp359 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
H A DASTImporter.cpp4903 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()
4909 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()
5136 auto ToSuperClassLoc = importChecked(Err, D->getSuperClassLoc()); in VisitObjCImplementationDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp669 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp891 Record.AddSourceLocation(D->getSuperClassLoc()); in VisitObjCImplementationDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3138 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()