Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1328 SourceLocation getSuperClassLoc() const { return data().SuperClassLoc; } in getSuperClassLoc() function
2106 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp514 Writer.AddSourceLocation(D->getSuperClassLoc(), Record); in VisitObjCInterfaceDecl()
642 Writer.AddSourceLocation(D->getSuperClassLoc(), Record); in VisitObjCImplementationDecl()
/external/clang/tools/libclang/
DIndexingContext.cpp450 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
DCIndex.cpp1089 D->getSuperClassLoc(), in VisitObjCInterfaceDecl()
1121 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
/external/clang/lib/AST/
DASTImporter.cpp3488 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()
3494 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()
3518 To->setSuperClassLoc(Importer.Import(From->getSuperClassLoc())); in ImportDefinition()
3679 Importer.Import(D->getSuperClassLoc()), in VisitObjCImplementationDecl()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp567 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp3165 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()