Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1460 auto RenderAttribute = in getFragmentsForObjCProperty() local
1484 RenderAttribute(ObjCPropertyAttribute::kind_class, "class"); in getFragmentsForObjCProperty()
1485 RenderAttribute(ObjCPropertyAttribute::kind_direct, "direct"); in getFragmentsForObjCProperty()
1486 RenderAttribute(ObjCPropertyAttribute::kind_nonatomic, "nonatomic"); in getFragmentsForObjCProperty()
1487 RenderAttribute(ObjCPropertyAttribute::kind_atomic, "atomic"); in getFragmentsForObjCProperty()
1488 RenderAttribute(ObjCPropertyAttribute::kind_assign, "assign"); in getFragmentsForObjCProperty()
1489 RenderAttribute(ObjCPropertyAttribute::kind_retain, "retain"); in getFragmentsForObjCProperty()
1490 RenderAttribute(ObjCPropertyAttribute::kind_strong, "strong"); in getFragmentsForObjCProperty()
1491 RenderAttribute(ObjCPropertyAttribute::kind_copy, "copy"); in getFragmentsForObjCProperty()
1492 RenderAttribute(ObjCPropertyAttribute::kind_weak, "weak"); in getFragmentsForObjCProperty()
[all …]