Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h773 ObjCIvarDecl *PropertyIvarDecl = nullptr; variable
917 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
921 return PropertyIvarDecl; in getPropertyIvarDecl()
2775 ObjCIvarDecl *PropertyIvarDecl; variable
2796 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()
2797 assert(PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()
2823 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
2827 return PropertyIvarDecl; in getPropertyIvarDecl()
2833 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1434 D->PropertyIvarDecl = readDeclAs<ObjCIvarDecl>(); in VisitObjCPropertyImplDecl()