Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp194 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription()
256 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump()
303 m_name = GetForwardCompilerType().GetTypeName(); in GetName()
322 GetForwardCompilerType().DumpValue( in DumpValue()
388 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
405 return GetForwardCompilerType().GetEncoding(count); in GetEncoding()
480 encoding_type->GetForwardCompilerType(); in ResolveCompilerType()
656 CompilerType Type::GetForwardCompilerType() { in GetForwardCompilerType() function in Type
662 return GetForwardCompilerType().GetTypeName(); in GetQualifiedName()
780 m_compiler_type = type_sp->GetForwardCompilerType(); in SetTypeSP()
[all …]
H A DTypeList.cpp132 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
203 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DTypeMap.cpp162 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
233 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DVariable.cpp712 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
/freebsd-13.1/contrib/llvm-project/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.cpp237 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType()
245 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp685 lldb_function_type_sp->GetForwardCompilerType()); in ParseTypeModifier()
910 return_clang_type = func_type->GetForwardCompilerType(); in ParseSubroutine()
977 complete_objc_class_type_sp->GetForwardCompilerType(); in ParseSubroutine()
1045 class_type->GetForwardCompilerType(); in ParseSubroutine()
1066 class_type->GetForwardCompilerType(); in ParseSubroutine()
1082 class_type->GetForwardCompilerType(); in ParseSubroutine()
1360 CompilerType class_clang_type = class_type->GetForwardCompilerType(); in ParsePointerToMemberType()
1870 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE()
2508 class_clang_type, name, var_type->GetForwardCompilerType(), in ParseSingleMember()
2974 type->GetForwardCompilerType(), storage); in ParseChildParameters()
[all …]
H A DSymbolFileDWARF.cpp401 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h120 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp121 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
153 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp680 CompilerType element_ast_type = element_type->GetForwardCompilerType(); in CreateLLDBTypeFromPDBType()
749 pointee_type->GetForwardCompilerType()); in CreateLLDBTypeFromPDBType()
952 type->GetForwardCompilerType(), storage, func->hasInlineAttribute()); in GetDeclForSymbol()
966 arg_type->GetForwardCompilerType(), clang::SC_None, true); in GetDeclForSymbol()
1011 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
H A DSymbolFilePDB.cpp1643 type->GetForwardCompilerType(); in GetTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp171 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp131 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h194 CompilerType GetForwardCompilerType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp288 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
H A DClangExpressionDeclMap.cpp850 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
1479 var_type->GetForwardCompilerType().GetTypeSystem()); in GetVariableValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp423 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp587 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1370 target_type->GetForwardCompilerType(), in CreateTypedef()