Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h770 ObjCIvarDecl *PropertyIvarDecl = nullptr; variable
914 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
918 return PropertyIvarDecl; in getPropertyIvarDecl()
2811 ObjCIvarDecl *PropertyIvarDecl; variable
2832 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()
2833 assert(PK == Dynamic || PropertyIvarDecl); in ObjCPropertyImplDecl()
2859 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
2863 return PropertyIvarDecl; in getPropertyIvarDecl()
2869 PropertyIvarDecl = Ivar; in setPropertyIvarDecl()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1482 D->PropertyIvarDecl = readDeclAs<ObjCIvarDecl>(); in VisitObjCPropertyImplDecl()