Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexDecl.cpp223 TRY_TO(IndexCtx.handleReference(SuperD, D->getSuperClassLoc(), D, D, in VisitObjCInterfaceDecl()
/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp395 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl()
/external/clang/include/clang/AST/
DDeclObjC.h1789 SourceLocation getSuperClassLoc() const;
2589 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1886 SourceLocation getSuperClassLoc() const;
2695 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp679 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
DCIndex.cpp1175 D->getSuperClass(), D->getSuperClassLoc(), TU))) in VisitObjCInterfaceDecl()
1211 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp673 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
DCIndex.cpp1134 D->getSuperClassLoc(), in VisitObjCInterfaceDecl()
1170 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
/external/clang/lib/AST/
DDeclObjC.cpp334 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
DASTImporter.cpp3910 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()
3916 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()
4128 Importer.Import(D->getSuperClassLoc()), in VisitObjCImplementationDecl()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp359 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
DASTImporter.cpp4726 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()
4732 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()
4959 auto ToSuperClassLoc = importChecked(Err, D->getSuperClassLoc()); in VisitObjCImplementationDecl()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp668 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp671 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp813 Record.AddSourceLocation(D->getSuperClassLoc()); in VisitObjCImplementationDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp889 Record.AddSourceLocation(D->getSuperClassLoc()); in VisitObjCImplementationDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3137 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3150 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()