Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h773 ObjCIvarDecl *PropertyIvarDecl = nullptr; variable
917 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
921 return PropertyIvarDecl; in getPropertyIvarDecl()
2824 ObjCIvarDecl *PropertyIvarDecl; variable
2845 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()
2846 assert(PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()
2872 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
2876 return PropertyIvarDecl; in getPropertyIvarDecl()
2882 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1524 D->PropertyIvarDecl = readDeclAs<ObjCIvarDecl>(); in VisitObjCPropertyImplDecl()