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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1567 const ClangASTType &class_opaque_type,
1576 m_class_opaque_type (class_opaque_type),
6556 ClangASTType class_opaque_type; local
6567 class_opaque_type = type_clang_forward_type;
6571 if (class_opaque_type)
6578 clang::ObjCMethodDecl *objc_method_decl = class_opaque_type.AddMethodToObjCObjectType (type_name_cstr,
6700 ClangASTType class_opaque_type = class_type->GetClangForwardType(); local
6701 if (class_opaque_type.IsCXXClassType ())
6703 if (class_opaque_type.IsBeingDefined ())
6729 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 189 milliseconds