Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h746 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property variable
760 PropertyIvarDecl(nullptr) {} in ObjCPropertyDecl()
875 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
878 return PropertyIvarDecl; in getPropertyIvarDecl()
2676 ObjCIvarDecl *PropertyIvarDecl; variable
2692 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()
2694 assert (PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()
2718 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
2722 return PropertyIvarDecl; in getPropertyIvarDecl()
2728 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1163 D->PropertyIvarDecl = ReadDeclAs<ObjCIvarDecl>(Record, Idx); in VisitObjCPropertyImplDecl()