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

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1567 const ClangASTType &class_opaque_type,
1576 m_class_opaque_type (class_opaque_type),
6532 ClangASTType class_opaque_type; local
6543 class_opaque_type = type_clang_forward_type;
6547 if (class_opaque_type)
6554 clang::ObjCMethodDecl *objc_method_decl = class_opaque_type.AddMethodToObjCObjectType (type_name_cstr,
6676 ClangASTType class_opaque_type = class_type->GetClangForwardType(); local
6677 if (class_opaque_type.IsCXXClassType ())
6679 if (class_opaque_type.IsBeingDefined ())
6705 cxx_method_decl = class_opaque_type
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
[all...]

Completed in 3508 milliseconds