Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp983 CompilerType class_opaque_type; in ParseSubroutine() local
995 class_opaque_type = type_clang_forward_type; in ParseSubroutine()
999 if (class_opaque_type) { in ParseSubroutine()
1007 class_opaque_type, attrs.name.GetCString(), clang_type, in ParseSubroutine()
1094 CompilerType class_opaque_type = in ParseSubroutine() local
1096 if (TypeSystemClang::IsCXXClassType(class_opaque_type)) { in ParseSubroutine()
1097 if (class_opaque_type.IsBeingDefined()) { in ParseSubroutine()
1121 class_opaque_type.GetOpaqueQualType(), in ParseSubroutine()
1921 const CompilerType &class_opaque_type, const char *property_name, in DelayedAddObjCClassProperty() argument
1927 : m_class_opaque_type(class_opaque_type), m_property_name(property_name), in DelayedAddObjCClassProperty()