Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp170 ObjCPropertyAttribute::Kind propAttrs = getPropertyAttrs(props); in rewriteProperty() local
172 if (propAttrs & in rewriteProperty()
178 if (propAttrs & ObjCPropertyAttribute::kind_retain) { in rewriteProperty()
185 if (propAttrs & ObjCPropertyAttribute::kind_assign) { in rewriteProperty()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2711 const PropertyAttributes propAttrs(die); in ParseObjCProperty() local
2713 if (!propAttrs.prop_name) { in ParseObjCProperty()
2724 die.GetID(), propAttrs.prop_name, in ParseObjCProperty()
2732 class_clang_type, propAttrs.prop_name, in ParseObjCProperty()
2733 member_type->GetLayoutCompilerType(), propAttrs.prop_setter_name, in ParseObjCProperty()
2734 propAttrs.prop_getter_name, propAttrs.prop_attributes, &metadata)); in ParseObjCProperty()