Searched refs:class_clang_type (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 241 const lldb_private::CompilerType &class_clang_type, 246 const lldb_private::CompilerType &class_clang_type, 284 const lldb_private::CompilerType class_clang_type,
|
H A D | DWARFASTParserClang.cpp | 1355 CompilerType class_clang_type = class_type->GetForwardCompilerType(); in ParsePointerToMemberType() local 1358 class_clang_type, pointee_clang_type); in ParsePointerToMemberType() 1371 const CompilerType class_clang_type, const AccessType default_accessibility, in ParseInheritance() argument 1376 class_clang_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in ParseInheritance() 1452 if (TypeSystemClang::IsObjCObjectOrInterfaceType(class_clang_type)) { in ParseInheritance() 1453 ast->SetObjCSuperClass(class_clang_type, base_class_clang_type); in ParseInheritance() 2634 const lldb_private::CompilerType &class_clang_type, in ParseObjCProperty() argument 2663 class_clang_type, propAttrs.prop_name, in ParseObjCProperty() 2726 const lldb_private::CompilerType &class_clang_type, in ParseSingleMember() argument 2746 TypeSystemClang::IsObjCObjectOrInterfaceType(class_clang_type); in ParseSingleMember() [all …]
|