Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp195 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription()
257 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump()
304 m_name = GetForwardCompilerType().GetTypeName(); in GetName()
323 GetForwardCompilerType().DumpValue( in DumpValue()
389 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
406 return GetForwardCompilerType().GetEncoding(count); in GetEncoding()
481 encoding_type->GetForwardCompilerType(); in ResolveCompilerType()
655 CompilerType Type::GetForwardCompilerType() { in GetForwardCompilerType() function in Type
661 return GetForwardCompilerType().GetTypeName(); in GetQualifiedName()
779 m_compiler_type = type_sp->GetForwardCompilerType(); in SetTypeSP()
[all …]
H A DTypeList.cpp131 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
202 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DTypeMap.cpp147 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DVariable.cpp693 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectMemory.cpp113 return m_type_sp->GetForwardCompilerType(); in GetCompilerTypeImpl()
125 return m_type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectVariable.cpp71 return var_type->GetForwardCompilerType(); in GetCompilerTypeImpl()
85 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValue.cpp234 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType()
242 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp671 lldb_function_type_sp->GetForwardCompilerType()); in ParseTypeModifier()
925 return_clang_type = func_type->GetForwardCompilerType(); in ParseSubroutine()
995 complete_objc_class_type_sp->GetForwardCompilerType(); in ParseSubroutine()
1061 class_type->GetForwardCompilerType(); in ParseSubroutine()
1082 class_type->GetForwardCompilerType(); in ParseSubroutine()
1098 class_type->GetForwardCompilerType(); in ParseSubroutine()
1342 CompilerType class_clang_type = class_type->GetForwardCompilerType(); in ParsePointerToMemberType()
1961 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE()
2683 CompilerType ct = var_type->GetForwardCompilerType(); in ParseSingleMember()
3051 type->GetForwardCompilerType(), storage); in ParseChildParameters()
[all …]
H A DSymbolFileDWARF.cpp379 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h120 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp372 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F()
425 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F()
469 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp121 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
153 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp682 CompilerType element_ast_type = element_type->GetForwardCompilerType(); in CreateLLDBTypeFromPDBType()
751 pointee_type->GetForwardCompilerType()); in CreateLLDBTypeFromPDBType()
956 type->GetForwardCompilerType(), storage, func->hasInlineAttribute()); in GetDeclForSymbol()
970 arg_type->GetForwardCompilerType(), clang::SC_None, true); in GetDeclForSymbol()
1016 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
H A DSymbolFilePDB.cpp1651 type->GetForwardCompilerType(); in GetTypes()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeFormat.cpp172 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFASTParserClangTests.cpp259 type->GetForwardCompilerType().GetTypeName().AsCString()); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp154 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h200 CompilerType GetForwardCompilerType();
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp567 if (auto compiler_type = var_type->GetForwardCompilerType()) in GetValueForVariableExpressionPath()
594 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp285 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
H A DClangExpressionDeclMap.cpp881 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
1505 var_type->GetForwardCompilerType().GetTypeSystem()); in GetVariableValue()
/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp808 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1760 target_type->GetForwardCompilerType(), in CreateTypedef()