Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2460 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property variable
2474 PropertyIvarDecl(nullptr) {} in ObjCPropertyDecl()
2578 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
2581 return PropertyIvarDecl; in getPropertyIvarDecl()
2624 ObjCIvarDecl *PropertyIvarDecl; variable
2640 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()
2642 assert (PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()
2666 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
2670 return PropertyIvarDecl; in getPropertyIvarDecl()
2676 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1108 D->PropertyIvarDecl = ReadDeclAs<ObjCIvarDecl>(Record, Idx); in VisitObjCPropertyImplDecl()