Home
last modified time | relevance | path

Searched refs:kind_class (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h40 kind_class = 0x4000, enumerator
H A DDeclObjC.h855 return PropertyAttributes & ObjCPropertyAttribute::kind_class; in isClassProperty()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp298 if (Attributes & ObjCPropertyAttribute::kind_class) in makePropertyAttributesAsWritten()
299 attributesAsWritten |= ObjCPropertyAttribute::kind_class; in makePropertyAttributesAsWritten()
424 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in HandlePropertyInClassExtension()
425 (Attributes & ObjCPropertyAttribute::kind_class); in HandlePropertyInClassExtension()
606 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in CreatePropertyDecl()
607 (Attributes & ObjCPropertyAttribute::kind_class); in CreatePropertyDecl()
688 if (Attributes & ObjCPropertyAttribute::kind_class) in CreatePropertyDecl()
689 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_class); in CreatePropertyDecl()
H A DSemaAPINotes.cpp1006 ObjCPropertyAttribute::kind_class) == 0; in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1401 if (Property->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) in recordObjCProperties()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1484 RenderAttribute(ObjCPropertyAttribute::kind_class, "class"); in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1604 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1211 attributeOnlyIfTrue("class", Attrs & ObjCPropertyAttribute::kind_class); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2830 if (Attrs & ObjCPropertyAttribute::kind_class) in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8079 if (property_attributes & ObjCPropertyAttribute::kind_class) in AddObjCClassProperty()
8080 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_class); in AddObjCClassProperty()
8083 (property_attributes & ObjCPropertyAttribute::kind_class) == 0; in AddObjCClassProperty()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1015 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_class); in ParseObjCPropertyAttribute()