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

/external/clang/tools/libclang/
H A DIndexDecl.cpp231 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr,
H A DCIndex.cpp1132 return Visit(MakeCursorMemberRef(Ivar, PD->getPropertyIvarDeclLoc(), TU));
/external/clang/lib/AST/
H A DASTImporter.cpp3835 Importer.Import(D->getPropertyIvarDeclLoc()));
3858 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(),
3863 Importer.FromDiag(D->getPropertyIvarDeclLoc(),
/external/clang/include/clang/AST/
H A DDeclObjC.h2424 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } function in class:clang::ObjCPropertyImplDecl
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp657 Writer.AddSourceLocation(D->getPropertyIvarDeclLoc(), Record);

Completed in 168 milliseconds