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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp251 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_getter;
596 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_getter);
/external/clang/lib/AST/
H A DDeclPrinter.cpp1091 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) {
H A DASTContext.cpp5052 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) {
/external/clang/include/clang/AST/
H A DDeclObjC.h2180 OBJC_PR_getter = 0x02, enumerator in enum:clang::ObjCPropertyDecl::PropertyAttributeKind
/external/lldb/source/Symbol/
H A DClangASTType.cpp4879 property_decl->setPropertyAttributes (clang::ObjCPropertyDecl::OBJC_PR_getter);

Completed in 2523 milliseconds