Searched refs:IvarD (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp61 ObjCIvarDecl *IvarD; member in struct:__anon1403::PropertiesRewriter::PropData
65 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {}
125 I->IvarD = ivarD;
211 I->IvarD->getLocation());
227 if (isUserDeclared(I->IvarD)) {
228 if (I->IvarD &&
229 I->IvarD->getType().getObjCLifetime() != Qualifiers::OCL_Weak) {
233 Pass.TA.insert(I->IvarD->getLocation(), toWhich);
240 I->IvarD->getLocation());
255 if (isUserDeclared(I->IvarD)) {
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp209 void reportIvarNeedsInvalidation(const ObjCIvarDecl *IvarD,
305 const ObjCIvarDecl *IvarD = nullptr; local
308 IvarD = Prop->getPropertyIvarDecl();
311 if (IvarD && IvarD->getContainingInterface() == InterfaceD) {
312 if (TrackedIvars.count(IvarD)) {
313 return IvarD;
316 if (trackIvar(IvarD, TrackedIvars, FirstIvarDecl))
317 return IvarD;
553 reportIvarNeedsInvalidation(const ObjCIvarDecl *IvarD, argument
[all...]
/external/clang/lib/Index/
H A DIndexDecl.cpp324 if (ObjCIvarDecl *IvarD = D->getPropertyIvarDecl()) {
325 if (!IvarD->getSynthesize())
326 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr,
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp4727 const ObjCIvarDecl *IvarD; member in class:__anon1837::UnusedBackingIvarChecker
4732 const ObjCIvarDecl *IvarD)
4733 : S(S), Method(Method), IvarD(IvarD),
4735 assert(IvarD);
4739 if (E->getDecl() == IvarD) {
4731 UnusedBackingIvarChecker(Sema &S, const ObjCMethodDecl *Method, const ObjCIvarDecl *IvarD) argument

Completed in 206 milliseconds