Home
last modified time | relevance | path

Searched refs:PropD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp59 ObjCPropertyDecl *PropD; member
64 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {} in PropData()
122 if (I->PropD == propD) { in doTransform()
150 ActionOnProp[I->PropD->getIdentifier()] = kind; in doPropAction()
349 QualType ty = props[0].PropD->getType().getUnqualifiedType(); in getPropertyType()
353 assert(ty == I->PropD->getType().getUnqualifiedType()); in getPropertyType()
362 props[0].PropD->getPropertyAttributesAsWritten(); in getPropertyAttrs()
366 assert(attrs == I->PropD->getPropertyAttributesAsWritten()); in getPropertyAttrs()
H A DTransGCAttrs.cpp51 if (ObjCPropertyDecl *PropD = dyn_cast<ObjCPropertyDecl>(D)) { in TraverseDecl() local
52 lookForAttribute(PropD, PropD->getTypeSourceInfo()); in TraverseDecl()
53 AllProps.push_back(PropD); in TraverseDecl()