Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp410 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1886 SourceLocation getSuperClassLoc() const;
2734 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp372 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
H A DASTImporter.cpp5441 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()
5447 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()
5674 auto ToSuperClassLoc = importChecked(Err, D->getSuperClassLoc()); in VisitObjCImplementationDecl()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp665 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1006 Record.AddSourceLocation(D->getSuperClassLoc()); in VisitObjCImplementationDecl()