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 | 336 const lldb_private::CompilerType &class_clang_type, 342 const lldb_private::CompilerType &class_clang_type, 361 const lldb_private::CompilerType &class_clang_type); 452 const lldb_private::CompilerType class_clang_type, 470 lldb_private::CompilerType &class_clang_type,
|
H A D | DWARFASTParserClang.cpp | 1444 CompilerType class_clang_type = class_type->GetForwardCompilerType(); in ParsePointerToMemberType() local 1447 class_clang_type, pointee_clang_type); in ParsePointerToMemberType() 1460 const CompilerType class_clang_type, const AccessType default_accessibility, in ParseInheritance() argument 1465 class_clang_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in ParseInheritance() 1524 if (TypeSystemClang::IsObjCObjectOrInterfaceType(class_clang_type)) { in ParseInheritance() 1525 ast->SetObjCSuperClass(class_clang_type, base_class_clang_type); in ParseInheritance() 2703 const lldb_private::CompilerType &class_clang_type, in ParseObjCProperty() argument 2732 class_clang_type, propAttrs.prop_name, in ParseObjCProperty() 2795 const lldb_private::CompilerType &class_clang_type) { in CreateStaticMemberVariable() argument 2809 class_clang_type, attrs.name, ct, accessibility); in CreateStaticMemberVariable() [all …]
|