Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1441 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property variable
1451 GetterMethodDecl(0), SetterMethodDecl(0) , PropertyIvarDecl(0) {} in ObjCPropertyDecl()
1530 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
1533 return PropertyIvarDecl; in getPropertyIvarDecl()
1574 ObjCIvarDecl *PropertyIvarDecl; variable
1589 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()
1591 assert (PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()
1613 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
1617 return PropertyIvarDecl; in getPropertyIvarDecl()
1623 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp670 D->PropertyIvarDecl = in VisitObjCPropertyImplDecl()