Home
last modified time | relevance | path

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

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