Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp196 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription()
258 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump()
305 m_name = GetForwardCompilerType().GetTypeName(); in GetName()
310 return GetForwardCompilerType().GetTypeName(/*BaseOnly*/ true); in GetBaseName()
328 GetForwardCompilerType().DumpValue( in DumpValue()
391 return GetForwardCompilerType().GetNumChildren(omit_empty_base_classes, nullptr); in GetNumChildren()
395 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
399 return GetForwardCompilerType().IsTemplateType(); in IsTemplateType()
412 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat()
416 return GetForwardCompilerType().GetEncoding(count); in GetEncoding()
[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.cpp694 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
/openbsd-src/gnu/llvm/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.cpp235 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType()
243 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp180 lldb_private::CompilerType pcm_type = pcm_type_sp->GetForwardCompilerType(); in ParseTypeFromClangModule()
657 lldb_function_type_sp->GetForwardCompilerType()); in ParseTypeModifier()
921 return_clang_type = func_type->GetForwardCompilerType(); in ParseSubroutine()
992 complete_objc_class_type_sp->GetForwardCompilerType(); in ParseSubroutine()
1058 class_type->GetForwardCompilerType(); in ParseSubroutine()
1079 class_type->GetForwardCompilerType(); in ParseSubroutine()
1095 class_type->GetForwardCompilerType(); in ParseSubroutine()
1315 CompilerType array_element_type = element_type->GetForwardCompilerType(); in ParseArrayType()
1354 CompilerType pointee_clang_type = pointee_type->GetForwardCompilerType(); in ParsePointerToMemberType()
1355 CompilerType class_clang_type = class_type->GetForwardCompilerType(); in ParsePointerToMemberType()
[all …]
H A DSymbolFileDWARF.cpp379 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h161 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp121 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
153 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp78 return promise_type->GetForwardCompilerType(); in InferPromiseType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp687 CompilerType element_ast_type = element_type->GetForwardCompilerType(); in CreateLLDBTypeFromPDBType()
756 pointee_type->GetForwardCompilerType()); in CreateLLDBTypeFromPDBType()
960 type->GetForwardCompilerType(), storage, func->hasInlineAttribute()); in GetDeclForSymbol()
974 arg_type->GetForwardCompilerType(), clang::SC_None, true); in GetDeclForSymbol()
1020 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
H A DSymbolFilePDB.cpp1660 type->GetForwardCompilerType(); in GetTypes()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeFormat.cpp173 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp155 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h189 CompilerType GetForwardCompilerType();
/openbsd-src/gnu/llvm/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 auto ts = var_type->GetForwardCompilerType().GetTypeSystem(); in GetVariableValue()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp580 if (auto compiler_type = var_type->GetForwardCompilerType()) in GetValueForVariableExpressionPath()
607 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DMaterializer.cpp809 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1890 decl, target_type->GetForwardCompilerType(), in CreateTypedef()