Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp321 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 DTypeList.cpp131 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
202 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DTypeMap.cpp153 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DVariable.cpp693 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
/freebsd-14.2/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.cpp72 return var_type->GetForwardCompilerType(); in GetCompilerTypeImpl()
86 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValue.cpp251 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 DDWARFASTParserClang.cpp709 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 DSymbolFileDWARF.cpp439 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 DFormatClasses.h161 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp78 return promise_type->GetForwardCompilerType(); in InferPromiseType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp685 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 DSymbolFilePDB.cpp1645 type->GetForwardCompilerType(); in GetTypes()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp172 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp120 type_sp->GetForwardCompilerType())) { in GetTypeInfo()
153 type_sp->GetForwardCompilerType())) { in GetTypeInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp147 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h489 CompilerType GetForwardCompilerType();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp284 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
H A DClangExpressionDeclMap.cpp876 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 DStackFrame.cpp576 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 DMaterializer.cpp809 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1905 decl, target_type->GetForwardCompilerType(), in CreateTypedef()