Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp561 SourceLocation IvarLoc = D->getPropertyIvarDeclLoc(); in VisitObjCPropertyImplDecl()
570 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr, in VisitObjCPropertyImplDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2817 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp906 Record.AddSourceLocation(D->getPropertyIvarDeclLoc()); in VisitObjCPropertyImplDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp5197 importChecked(Err, D->getPropertyIvarDeclLoc()); in VisitObjCPropertyImplDecl()
5230 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
5235 Importer.FromDiag(D->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1222 return Visit(MakeCursorMemberRef(Ivar, PD->getPropertyIvarDeclLoc(), TU)); in VisitObjCPropertyImplDecl()