Searched refs:class_clang_type (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.h | 390 const lldb_private::CompilerType &class_clang_type, 408 const lldb_private::CompilerType &class_clang_type, 414 const lldb_private::CompilerType &class_clang_type, 433 const lldb_private::CompilerType &class_clang_type); 525 const lldb_private::CompilerType class_clang_type, 543 const lldb_private::CompilerType &class_clang_type,
|
| H A D | DWARFASTParserClang.cpp | 1523 CompilerType class_clang_type = class_type->GetForwardCompilerType(); in ParsePointerToMemberType() local 1526 class_clang_type, pointee_clang_type); in ParsePointerToMemberType() 1539 const CompilerType class_clang_type, const AccessType default_accessibility, in ParseInheritance() argument 1543 auto ast = class_clang_type.GetTypeSystem<TypeSystemClang>(); in ParseInheritance() 1602 if (TypeSystemClang::IsObjCObjectOrInterfaceType(class_clang_type)) { in ParseInheritance() 1603 ast->SetObjCSuperClass(class_clang_type, base_class_clang_type); in ParseInheritance() 2809 const lldb_private::CompilerType &class_clang_type, in ParseObjCProperty() argument 2838 class_clang_type, propAttrs.prop_name, in ParseObjCProperty() 2901 const lldb_private::CompilerType &class_clang_type) { in CreateStaticMemberVariable() argument 2915 class_clang_type, attrs.name, ct, accessibility); in CreateStaticMemberVariable() [all …]
|