Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h751 OBJC_PR_class = 0x4000 enumerator
879 bool isClassProperty() const { return PropertyAttributes & OBJC_PR_class; } in isClassProperty()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp309 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_class; in makePropertyAttributesAsWritten()
710 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_class); in CreatePropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1473 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_class) { in VisitObjCPropertyDecl()
H A DASTDumper.cpp1353 if (Attrs & ObjCPropertyDecl::OBJC_PR_class) in VisitObjCPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp8507 if (property_attributes & clang::ObjCPropertyDecl::OBJC_PR_class) in AddObjCClassProperty()
8509 clang::ObjCPropertyDecl::OBJC_PR_class); in AddObjCClassProperty()
8512 (property_attributes & clang::ObjCPropertyDecl::OBJC_PR_class) == 0; in AddObjCClassProperty()