Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h40 kind_class = 0x4000, enumerator
DDeclObjC.h873 return PropertyAttributes & ObjCPropertyAttribute::kind_class; in isClassProperty()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp305 if (Attributes & ObjCPropertyAttribute::kind_class) in makePropertyAttributesAsWritten()
306 attributesAsWritten |= ObjCPropertyAttribute::kind_class; in makePropertyAttributesAsWritten()
440 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in HandlePropertyInClassExtension()
441 (Attributes & ObjCPropertyAttribute::kind_class); in HandlePropertyInClassExtension()
628 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in CreatePropertyDecl()
629 (Attributes & ObjCPropertyAttribute::kind_class); in CreatePropertyDecl()
710 if (Attributes & ObjCPropertyAttribute::kind_class) in CreatePropertyDecl()
711 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_class); in CreatePropertyDecl()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1452 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1035 attributeOnlyIfTrue("class", Attrs & ObjCPropertyAttribute::kind_class); in VisitObjCPropertyDecl()
DTextNodeDumper.cpp2253 if (Attrs & ObjCPropertyAttribute::kind_class) in VisitObjCPropertyDecl()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7740 if (property_attributes & ObjCPropertyAttribute::kind_class) in AddObjCClassProperty()
7741 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_class); in AddObjCClassProperty()
7744 (property_attributes & ObjCPropertyAttribute::kind_class) == 0; in AddObjCClassProperty()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp958 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_class); in ParseObjCPropertyAttribute()