Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp699 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required); in CreatePropertyDecl()
701 PDecl->setPropertyImplementation(ObjCPropertyDecl::Optional); in CreatePropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h929 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1260 D->setPropertyImplementation( in VisitObjCPropertyDecl()