Home
last modified time | relevance | path

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

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