Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1119 CompilerType class_opaque_type = class_type->GetForwardCompilerType(); in ParseCXXMethod() local
1120 if (!TypeSystemClang::IsCXXClassType(class_opaque_type)) in ParseCXXMethod()
1125 TypeSystemClang::GetDeclContextForType(class_opaque_type), die, in ParseCXXMethod()
1142 class_opaque_type.GetOpaqueQualType(), attrs.name.GetCString(), in ParseCXXMethod()
1888 const CompilerType &class_opaque_type, const char *property_name, in DelayedAddObjCClassProperty() argument
1894 : m_class_opaque_type(class_opaque_type), m_property_name(property_name), in DelayedAddObjCClassProperty()