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

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 61 ObjCIvarDecl *IvarD;
65 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {}
114 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl();
115 if (!ivarD || ivarD->isInvalidDecl())
125 I->IvarD = ivarD;
211 I->IvarD->getLocation());
227 if (isUserDeclared(I->IvarD)) {
228 if (I->IvarD &
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 209 void reportIvarNeedsInvalidation(const ObjCIvarDecl *IvarD,
305 const ObjCIvarDecl *IvarD = nullptr;
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,
    [all...]
  /external/clang/lib/Index/
IndexDecl.cpp 324 if (ObjCIvarDecl *IvarD = D->getPropertyIvarDecl()) {
325 if (!IvarD->getSynthesize())
326 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr,
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]

Completed in 82 milliseconds