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

/external/clang/include/clang/AST/
H A DDeclObjC.h1545 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property member in class:clang::ObjCPropertyDecl
1555 GetterMethodDecl(0), SetterMethodDecl(0) , PropertyIvarDecl(0) {}
1649 PropertyIvarDecl = Ivar;
1652 return PropertyIvarDecl;
1693 ObjCIvarDecl *PropertyIvarDecl; member in class:clang::ObjCPropertyImplDecl
1708 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl),
1710 assert (PK == Dynamic || PropertyIvarDecl);
1732 return PropertyIvarDecl ? Synthesize : Dynamic;
1736 return PropertyIvarDecl;
1742 PropertyIvarDecl
[all...]

Completed in 48 milliseconds