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

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 60 ObjCPropertyDecl *PropD;
64 PropData(ObjCPropertyDecl *propD)
65 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {}
107 ObjCPropertyDecl *propD = implD->getPropertyDecl();
108 if (!propD || propD->isInvalidDecl())
113 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding();
120 if (I->PropD == propD) {
    [all...]
TransGCAttrs.cpp 52 if (ObjCPropertyDecl *PropD = dyn_cast<ObjCPropertyDecl>(D)) {
53 lookForAttribute(PropD, PropD->getTypeSourceInfo());
54 AllProps.push_back(PropD);

Completed in 182 milliseconds