Home
last modified time | relevance | path

Searched defs:PropData (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp58 struct PropData { struct in __anon8393a07d0111::PropertiesRewriter
59 ObjCPropertyDecl *PropD;
60 ObjCIvarDecl *IvarD;
61 ObjCPropertyImplDecl *ImplD;
63 PropData(ObjCPropertyDecl *propD) in PropData() function