Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp691 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required); in CreatePropertyDecl()
693 PDecl->setPropertyImplementation(ObjCPropertyDecl::Optional); in CreatePropertyDecl()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp700 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required); in CreatePropertyDecl()
702 PDecl->setPropertyImplementation(ObjCPropertyDecl::Optional); in CreatePropertyDecl()
/external/clang/include/clang/AST/
DDeclObjC.h867 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation() function
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h927 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1126 D->setPropertyImplementation( in VisitObjCPropertyDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1299 D->setPropertyImplementation( in VisitObjCPropertyDecl()