Home
last modified time | relevance | path

Searched refs:setPropertyIvarDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h916 void setPropertyIvarDecl(ObjCIvarDecl *Ivar) { in setPropertyIvarDecl() function
2831 void setPropertyIvarDecl(ObjCIvarDecl *Ivar, in setPropertyIvarDecl() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1358 property->setPropertyIvarDecl(Ivar); in ActOnPropertyImplDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1404 D->setPropertyIvarDecl(readDeclAs<ObjCIvarDecl>()); in VisitObjCPropertyDecl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7947 property_decl->setPropertyIvarDecl(ivar_decl); in AddObjCClassProperty()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp5382 ToProperty->setPropertyIvarDecl(ToPropertyIvarDecl); in VisitObjCPropertyDecl()