Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp395 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1864 SourceLocation getSuperClassLoc() const;
2673 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp679 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
H A DCIndex.cpp1175 D->getSuperClass(), D->getSuperClassLoc(), TU))) in VisitObjCInterfaceDecl()
1211 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp359 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
H A DASTImporter.cpp4798 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()
4804 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()
5031 auto ToSuperClassLoc = importChecked(Err, D->getSuperClassLoc()); in VisitObjCImplementationDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp669 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp889 Record.AddSourceLocation(D->getSuperClassLoc()); in VisitObjCImplementationDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3150 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()