Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1207 CompilerType class_opaque_type = class_type->GetForwardCompilerType(); in ParseCXXMethod() local
1208 if (!TypeSystemClang::IsCXXClassType(class_opaque_type)) in ParseCXXMethod()
1213 TypeSystemClang::GetDeclContextForType(class_opaque_type), die, in ParseCXXMethod()
1233 class_opaque_type.GetOpaqueQualType(), attrs.name.GetCString(), in ParseCXXMethod()
1958 const CompilerType &class_opaque_type, const char *property_name, in DelayedAddObjCClassProperty() argument
1964 : m_class_opaque_type(class_opaque_type), m_property_name(property_name), in DelayedAddObjCClassProperty()