Home
last modified time | relevance | path

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

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