HomeSort by relevance Sort by last modified time
    Searched full:ivard (Results 1 - 4 of 4) 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...]
  /external/clang/tools/libclang/
IndexDecl.cpp 239 if (ObjCIvarDecl *IvarD = D->getPropertyIvarDecl()) {
240 if (!IvarD->getSynthesize())
241 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), 0,
CIndex.cpp 610 if (ObjCIvarDecl *ivarD = dyn_cast<ObjCIvarDecl>(D)) {
611 if (ivarD->getSynthesize())
    [all...]

Completed in 73 milliseconds