/external/clang/lib/Index/ |
D | IndexDecl.cpp | 223 TRY_TO(IndexCtx.handleReference(SuperD, D->getSuperClassLoc(), D, D, in VisitObjCInterfaceDecl()
|
/external/llvm-project/clang/lib/Index/ |
D | IndexDecl.cpp | 395 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1789 SourceLocation getSuperClassLoc() const; 2589 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 1886 SourceLocation getSuperClassLoc() const; 2695 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 679 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
|
D | CIndex.cpp | 1175 D->getSuperClass(), D->getSuperClassLoc(), TU))) in VisitObjCInterfaceDecl() 1211 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 673 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
|
D | CIndex.cpp | 1134 D->getSuperClassLoc(), in VisitObjCInterfaceDecl() 1170 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 334 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
|
D | ASTImporter.cpp | 3910 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/ |
D | DeclObjC.cpp | 359 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
|
D | ASTImporter.cpp | 4726 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/ |
D | ObjCMT.cpp | 668 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 671 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 813 Record.AddSourceLocation(D->getSuperClassLoc()); in VisitObjCImplementationDecl()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 889 Record.AddSourceLocation(D->getSuperClassLoc()); in VisitObjCImplementationDecl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 3137 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 3150 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()
|