Searched defs:IvarD (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp61 ObjCIvarDecl *IvarD; member in struct:__anon17698::PropertiesRewriter::PropData
65 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {}
121 I->IvarD = ivarD;
229 I->IvarD->getLocation());
245 if (isUserDeclared(I->IvarD)) {
246 if (I->IvarD &&
247 I->IvarD->getType().getObjCLifetime() != Qualifiers::OCL_Weak) {
251 Pass.TA.insert(I->IvarD->getLocation(), toWhich);
258 I->IvarD->getLocation());
273 if (isUserDeclared(I->IvarD)) {
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp211 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 DSemaDeclObjC.cpp3489 const ObjCIvarDecl *IvarD; member in class:__anon18045::UnusedBackingIvarChecker
3494 const ObjCIvarDecl *IvarD)
3495 : S(S), Method(Method), IvarD(IvarD),
3497 assert(IvarD);
3501 if (E->getDecl() == IvarD) {
3493 UnusedBackingIvarChecker(Sema &S, const ObjCMethodDecl *Method, const ObjCIvarDecl *IvarD) argument

Completed in 164 milliseconds