HomeSort by relevance Sort by last modified time
    Searched defs:IvarD (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 61 ObjCIvarDecl *IvarD;
64 PropData(ObjCPropertyDecl *propD) : PropD(propD), IvarD(0), ImplD(0) { }
111 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl();
112 if (!ivarD || ivarD->isInvalidDecl())
122 I->IvarD = ivarD;
234 I->IvarD->getLocation());
250 if (isUserDeclared(I->IvarD)) {
251 if (I->IvarD &
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 207 void reportIvarNeedsInvalidation(const ObjCIvarDecl *IvarD,
321 const ObjCIvarDecl *IvarD = 0;
324 IvarD = Prop->getPropertyIvarDecl();
327 if (IvarD && IvarD->getContainingInterface() == InterfaceD) {
328 if (TrackedIvars.count(IvarD)) {
329 return IvarD;
332 if (trackIvar(IvarD, TrackedIvars, FirstIvarDecl))
333 return IvarD;
566 reportIvarNeedsInvalidation(const ObjCIvarDecl *IvarD,
    [all...]

Completed in 31 milliseconds