Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1333 SourceLocation getSuperClassLoc() const { return data().SuperClassLoc; } in getSuperClassLoc() function
2122 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
/external/clang/tools/libclang/
DIndexingContext.cpp450 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
DCIndex.cpp1092 D->getSuperClassLoc(), in VisitObjCInterfaceDecl()
1124 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
/external/clang/lib/AST/
DASTImporter.cpp3545 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()
3551 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()
3575 To->setSuperClassLoc(Importer.Import(From->getSuperClassLoc())); in ImportDefinition()
3736 Importer.Import(D->getSuperClassLoc()), in VisitObjCImplementationDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp584 Writer.AddSourceLocation(D->getSuperClassLoc(), Record); in VisitObjCInterfaceDecl()
712 Writer.AddSourceLocation(D->getSuperClassLoc(), Record); in VisitObjCImplementationDecl()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp679 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3156 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()