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

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 61 ObjCIvarDecl *IvarD;
65 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {}
110 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl();
111 if (!ivarD || ivarD->isInvalidDecl())
121 I->IvarD = ivarD;
229 I->IvarD->getLocation());
245 if (isUserDeclared(I->IvarD)) {
246 if (I->IvarD &
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 211 void reportIvarNeedsInvalidation(const ObjCIvarDecl *IvarD,
309 const ObjCIvarDecl *IvarD = nullptr;
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,
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]

Completed in 60 milliseconds