Searched defs:PropertyIvarDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h2231 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property member in class:clang::ObjCPropertyDecl
2244 PropertyIvarDecl(nullptr) {}
2346 PropertyIvarDecl = Ivar;
2349 return PropertyIvarDecl;
2392 ObjCIvarDecl *PropertyIvarDecl; member in class:clang::ObjCPropertyImplDecl
2408 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl),
2410 assert (PK == Dynamic || PropertyIvarDecl);
2434 return PropertyIvarDecl ? Synthesize : Dynamic;
2438 return PropertyIvarDecl;
2444 PropertyIvarDecl
[all...]

Completed in 1609 milliseconds