Home
last modified time | relevance | path

Searched refs:OBJC_PR_class (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h720 OBJC_PR_class = 0x4000 enumerator
829 bool isClassProperty() const { return PropertyAttributes & OBJC_PR_class; } in isClassProperty()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp307 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_class; in makePropertyAttributesAsWritten()
702 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_class); in CreatePropertyDecl()
/external/clang/lib/AST/
DDeclPrinter.cpp1319 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_class) { in VisitObjCPropertyDecl()
DASTDumper.cpp1696 if (Attrs & ObjCPropertyDecl::OBJC_PR_class) in VisitObjCPropertyDecl()