Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h917 void setPropertyIvarDecl(ObjCIvarDecl *Ivar) { in setPropertyIvarDecl() function
2819 void setPropertyIvarDecl(ObjCIvarDecl *Ivar, in setPropertyIvarDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1358 property->setPropertyIvarDecl(Ivar); in ActOnPropertyImplDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1309 D->setPropertyIvarDecl(readDeclAs<ObjCIvarDecl>()); in VisitObjCPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp5167 ToProperty->setPropertyIvarDecl(ToPropertyIvarDecl); in VisitObjCPropertyDecl()