Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h770 ObjCIvarDecl *PropertyIvarDecl = nullptr; variable
918 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
922 return PropertyIvarDecl; in getPropertyIvarDecl()
2763 ObjCIvarDecl *PropertyIvarDecl; variable
2784 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()
2785 assert(PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()
2811 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
2815 return PropertyIvarDecl; in getPropertyIvarDecl()
2821 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1339 D->PropertyIvarDecl = readDeclAs<ObjCIvarDecl>(); in VisitObjCPropertyImplDecl()