Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp561 SourceLocation IvarLoc = D->getPropertyIvarDeclLoc(); in VisitObjCPropertyImplDecl()
570 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr, in VisitObjCPropertyImplDecl()
/external/clang/lib/Index/
DIndexDecl.cpp326 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr, in VisitObjCPropertyImplDecl()
/external/clang/include/clang/AST/
DDeclObjC.h2724 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc() function
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h2839 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc() function
/external/clang/lib/AST/
DASTImporter.cpp4289 Importer.Import(D->getPropertyIvarDeclLoc())); in VisitObjCPropertyImplDecl()
4312 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
4317 Importer.FromDiag(D->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp830 Record.AddSourceLocation(D->getPropertyIvarDeclLoc()); in VisitObjCPropertyImplDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp906 Record.AddSourceLocation(D->getPropertyIvarDeclLoc()); in VisitObjCPropertyImplDecl()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp5120 importChecked(Err, D->getPropertyIvarDeclLoc()); in VisitObjCPropertyImplDecl()
5153 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
5158 Importer.FromDiag(D->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
/external/clang/tools/libclang/
DCIndex.cpp1181 return Visit(MakeCursorMemberRef(Ivar, PD->getPropertyIvarDeclLoc(), TU)); in VisitObjCPropertyImplDecl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp1222 return Visit(MakeCursorMemberRef(Ivar, PD->getPropertyIvarDeclLoc(), TU)); in VisitObjCPropertyImplDecl()