Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp693 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required); in CreatePropertyDecl()
695 PDecl->setPropertyImplementation(ObjCPropertyDecl::Optional); in CreatePropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h905 void setPropertyImplementation(PropertyControl pc) { in setPropertyImplementation() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1299 D->setPropertyImplementation( in VisitObjCPropertyDecl()