Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp693 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required); in CreatePropertyDecl()
695 PDecl->setPropertyImplementation(ObjCPropertyDecl::Optional); in CreatePropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h904 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1484 D->setPropertyImplementation( in VisitObjCPropertyDecl()