Home
last modified time | relevance | path

Searched refs:setPropertyImplementation (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp617 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required); in CreatePropertyDecl()
619 PDecl->setPropertyImplementation(ObjCPropertyDecl::Optional); in CreatePropertyDecl()
/external/clang/include/clang/AST/
DDeclObjC.h2129 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp856 D->setPropertyImplementation( in VisitObjCPropertyDecl()