Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexDecl.cpp561 SourceLocation IvarLoc = D->getPropertyIvarDeclLoc(); in VisitObjCPropertyImplDecl()
570 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr, in VisitObjCPropertyImplDecl()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h2817 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp908 Record.AddSourceLocation(D->getPropertyIvarDeclLoc()); in VisitObjCPropertyImplDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp5302 importChecked(Err, D->getPropertyIvarDeclLoc()); in VisitObjCPropertyImplDecl()
5335 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
5340 Importer.FromDiag(D->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()