Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1998 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property variable
2010 GetterMethodDecl(0), SetterMethodDecl(0) , PropertyIvarDecl(0) {} in ObjCPropertyDecl()
2111 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
2114 return PropertyIvarDecl; in getPropertyIvarDecl()
2157 ObjCIvarDecl *PropertyIvarDecl; variable
2173 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()
2175 assert (PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()
2199 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
2203 return PropertyIvarDecl; in getPropertyIvarDecl()
2209 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp863 D->PropertyIvarDecl = ReadDeclAs<ObjCIvarDecl>(Record, Idx); in VisitObjCPropertyImplDecl()