HomeSort by relevance Sort by last modified time
    Searched refs: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/tools/libclang/
CIndex.cpp 610 if (ObjCIvarDecl *ivarD = dyn_cast<ObjCIvarDecl>(D)) {
611 if (ivarD->getSynthesize())
    [all...]

Completed in 353 milliseconds