Searched refs:getPropertyIvarDeclLoc (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/lib/Index/ |
D | IndexDecl.cpp | 561 SourceLocation IvarLoc = D->getPropertyIvarDeclLoc(); in VisitObjCPropertyImplDecl() 570 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr, in VisitObjCPropertyImplDecl()
|
/external/clang/lib/Index/ |
D | IndexDecl.cpp | 326 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr, in VisitObjCPropertyImplDecl()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2724 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 2839 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc() function
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 4289 Importer.Import(D->getPropertyIvarDeclLoc())); in VisitObjCPropertyImplDecl() 4312 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl() 4317 Importer.FromDiag(D->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 830 Record.AddSourceLocation(D->getPropertyIvarDeclLoc()); in VisitObjCPropertyImplDecl()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 906 Record.AddSourceLocation(D->getPropertyIvarDeclLoc()); in VisitObjCPropertyImplDecl()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTImporter.cpp | 5120 importChecked(Err, D->getPropertyIvarDeclLoc()); in VisitObjCPropertyImplDecl() 5153 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl() 5158 Importer.FromDiag(D->getPropertyIvarDeclLoc(), in VisitObjCPropertyImplDecl()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1181 return Visit(MakeCursorMemberRef(Ivar, PD->getPropertyIvarDeclLoc(), TU)); in VisitObjCPropertyImplDecl()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 1222 return Visit(MakeCursorMemberRef(Ivar, PD->getPropertyIvarDeclLoc(), TU)); in VisitObjCPropertyImplDecl()
|