Searched refs:OBJC_PR_setter (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp253 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_setter;
599 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_setter);
/external/clang/lib/AST/
H A DDeclPrinter.cpp1096 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) {
H A DASTContext.cpp5057 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) {
/external/clang/include/clang/AST/
H A DDeclObjC.h2186 OBJC_PR_setter = 0x80, enumerator in enum:clang::ObjCPropertyDecl::PropertyAttributeKind
/external/lldb/source/Symbol/
H A DClangASTType.cpp4866 property_decl->setPropertyAttributes (clang::ObjCPropertyDecl::OBJC_PR_setter);

Completed in 659 milliseconds