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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp59 ObjCPropertyDecl *PropD; member in struct:__anon1542::PropertiesRewriter::PropData
64 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {}
123 if (I->PropD == propD) {
151 ActionOnProp[I->PropD->getIdentifier()] = kind;
350 QualType ty = props[0].PropD->getType().getUnqualifiedType();
354 assert(ty == I->PropD->getType().getUnqualifiedType());
363 props[0].PropD->getPropertyAttributesAsWritten();
367 assert(attrs == I->PropD->getPropertyAttributesAsWritten());
H A DTransGCAttrs.cpp51 if (ObjCPropertyDecl *PropD = dyn_cast<ObjCPropertyDecl>(D)) {
52 lookForAttribute(PropD, PropD->getTypeSourceInfo());
53 AllProps.push_back(PropD);

Completed in 106 milliseconds