Home
last modified time | relevance | path

Searched refs:getPropertyIvarDeclLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/libclang/
DIndexDecl.cpp231 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr, in VisitObjCPropertyImplDecl()
DCIndex.cpp1179 return Visit(MakeCursorMemberRef(Ivar, PD->getPropertyIvarDeclLoc(), TU)); in VisitObjCPropertyImplDecl()
/external/clang/include/clang/AST/
DDeclObjC.h2672 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc() function
/external/clang/lib/AST/
DASTImporter.cpp4064 Importer.Import(D->getPropertyIvarDeclLoc())); in VisitObjCPropertyImplDecl()
4087 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
4092 Importer.FromDiag(D->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp806 Writer.AddSourceLocation(D->getPropertyIvarDeclLoc(), Record); in VisitObjCPropertyImplDecl()