| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 321 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription() 383 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump() 430 m_name = GetForwardCompilerType().GetTypeName(); in GetName() 496 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType() 500 return GetForwardCompilerType().IsTemplateType(); in IsTemplateType() 517 return GetForwardCompilerType().GetEncoding(count); in GetEncoding() 574 encoding_type->GetForwardCompilerType(); in ResolveCompilerType() 751 CompilerType Type::GetForwardCompilerType() { in GetForwardCompilerType() function in Type 757 return GetForwardCompilerType().GetTypeName(); in GetQualifiedName() 886 m_compiler_type = type_sp->GetForwardCompilerType(); in SetTypeSP() [all …]
|
| H A D | TypeList.cpp | 131 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes() 202 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
|
| H A D | TypeMap.cpp | 153 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
|
| H A D | Variable.cpp | 693 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 113 return m_type_sp->GetForwardCompilerType(); in GetCompilerTypeImpl() 125 return m_type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | ValueObjectVariable.cpp | 72 return var_type->GetForwardCompilerType(); in GetCompilerTypeImpl() 86 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | Value.cpp | 251 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType() 259 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 709 lldb_function_type_sp->GetForwardCompilerType()); in ParseTypeModifier() 974 return_clang_type = func_type->GetForwardCompilerType(); in ParseSubroutine() 1046 complete_objc_class_type_sp->GetForwardCompilerType(); in ParseSubroutine() 1106 class_type->GetForwardCompilerType(); in ParseSubroutine() 1127 class_type->GetForwardCompilerType(); in ParseSubroutine() 1143 class_type->GetForwardCompilerType(); in ParseSubroutine() 1410 CompilerType class_clang_type = class_type->GetForwardCompilerType(); in ParsePointerToMemberType() 2070 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE() 2877 CompilerType ct = var_type->GetForwardCompilerType(); in CreateStaticMemberVariable() 3282 type->GetForwardCompilerType(), storage); in ParseChildParameters() [all …]
|
| H A D | SymbolFileDWARF.cpp | 439 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes() 2708 matching_type->GetForwardCompilerType().GetTypeName(true); in FindTypes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 161 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | Coroutines.cpp | 78 return promise_type->GetForwardCompilerType(); in InferPromiseType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 685 CompilerType element_ast_type = element_type->GetForwardCompilerType(); in CreateLLDBTypeFromPDBType() 754 pointee_type->GetForwardCompilerType()); in CreateLLDBTypeFromPDBType() 958 type->GetForwardCompilerType(), storage, func->hasInlineAttribute()); in GetDeclForSymbol() 972 arg_type->GetForwardCompilerType(), clang::SC_None, true); in GetDeclForSymbol() 1018 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
|
| H A D | SymbolFilePDB.cpp | 1645 type->GetForwardCompilerType(); in GetTypes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 172 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 120 type_sp->GetForwardCompilerType())) { in GetTypeInfo() 153 type_sp->GetForwardCompilerType())) { in GetTypeInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 147 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 489 CompilerType GetForwardCompilerType();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 284 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
|
| H A D | ClangExpressionDeclMap.cpp | 876 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass() 1493 auto ts = var_type->GetForwardCompilerType().GetTypeSystem(); in GetVariableValue()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 576 if (auto compiler_type = var_type->GetForwardCompilerType()) in GetValueForVariableExpressionPath() 602 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 809 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1905 decl, target_type->GetForwardCompilerType(), in CreateTypedef()
|