Searched defs:IvarD (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/ARCMigrate/ |
H A D | TransProperties.cpp | 61 ObjCIvarDecl *IvarD; member in struct:__anon1115::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 D | IvarInvalidationChecker.cpp | 211 void reportIvarNeedsInvalidation(const ObjCIvarDecl *IvarD, 309 const ObjCIvarDecl *IvarD = nullptr; local 312 IvarD = Prop->getPropertyIvarDecl(); 315 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { 316 if (TrackedIvars.count(IvarD)) { 317 return IvarD; 320 if (trackIvar(IvarD, TrackedIvars, FirstIvarDecl)) 321 return IvarD; 555 reportIvarNeedsInvalidation(const ObjCIvarDecl *IvarD, argument [all...] |
/external/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 4575 const ObjCIvarDecl *IvarD; member in class:__anon1520::UnusedBackingIvarChecker 4580 const ObjCIvarDecl *IvarD) 4581 : S(S), Method(Method), IvarD(IvarD), 4583 assert(IvarD); 4587 if (E->getDecl() == IvarD) { 4579 UnusedBackingIvarChecker(Sema &S, const ObjCMethodDecl *Method, const ObjCIvarDecl *IvarD) argument
|
Completed in 106 milliseconds