Searched refs:getSuperClassLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h1547 SourceLocation getSuperClassLoc() const;
2346 SourceLocation getSuperClassLoc() const { return SuperLoc; } function in class:clang::ObjCImplementationDecl
/external/clang/tools/libclang/
H A DIndexingContext.cpp450 SourceLocation SuperLoc = D->getSuperClassLoc();
H A DCIndex.cpp1132 D->getSuperClassLoc(),
1168 D->getSuperClassLoc(),
/external/clang/lib/AST/
H A DDeclObjC.cpp309 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { function in class:ObjCInterfaceDecl
H A DASTImporter.cpp3686 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass)
3692 Importer.FromDiag(From->getSuperClassLoc(),
3904 Importer.Import(D->getSuperClassLoc()),
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp667 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation();
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp789 Writer.AddSourceLocation(D->getSuperClassLoc(), Record);
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3145 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() :

Completed in 112 milliseconds