Searched defs:property_attributes (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dlookup.h239 PropertyAttributes property_attributes() const { function in class:v8::internal::BASE_EMBEDDED
/external/lldb/source/Symbol/
H A DClangASTType.cpp4809 uint32_t property_attributes,
4857 else if (!(property_attributes & DW_APPLE_PROPERTY_readonly))
4884 if (property_attributes & DW_APPLE_PROPERTY_readonly)
4886 if (property_attributes & DW_APPLE_PROPERTY_readwrite)
4888 if (property_attributes & DW_APPLE_PROPERTY_assign)
4890 if (property_attributes & DW_APPLE_PROPERTY_retain)
4892 if (property_attributes & DW_APPLE_PROPERTY_copy)
4894 if (property_attributes & DW_APPLE_PROPERTY_nonatomic)
4804 AddObjCClassProperty(const char *property_name, const ClangASTType &property_clang_type, ObjCIvarDecl *ivar_decl, const char *property_setter_name, const char *property_getter_name, uint32_t property_attributes, ClangASTMetadata *metadata) argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1573 uint32_t property_attributes,
1582 m_property_attributes (property_attributes)
1565 DelayedAddObjCClassProperty( const ClangASTType &class_opaque_type, const char *property_name, const ClangASTType &property_opaque_type, clang::ObjCIvarDecl *ivar_decl, const char *property_setter_name, const char *property_getter_name, uint32_t property_attributes, const ClangASTMetadata *metadata ) argument

Completed in 177 milliseconds