Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexDecl.cpp385 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1888 SourceLocation getSuperClassLoc() const;
2691 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp358 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
H A DASTImporter.cpp4370 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()
4376 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()
4604 D->getLocation(), D->getAtStartLoc(), D->getSuperClassLoc(), in VisitObjCImplementationDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp668 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp844 Record.AddSourceLocation(D->getSuperClassLoc()); in VisitObjCImplementationDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3137 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()