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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp390 SourceLocation SuperLoc = D->getSuperClassLoc();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1902 SourceLocation getSuperClassLoc() const;
2705 SourceLocation getSuperClassLoc() const { return SuperLoc; } function in class:clang::ObjCImplementationDecl
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp357 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { function in class:ObjCInterfaceDecl
H A DASTImporter.cpp4651 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass)
4657 Importer.FromDiag(From->getSuperClassLoc(),
4885 D->getLocation(), D->getAtStartLoc(), D->getSuperClassLoc(),
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp679 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp888 Record.AddSourceLocation(D->getSuperClassLoc());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3143 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() :

Completed in 131 milliseconds