| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Type.cpp | 196 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 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 | 147 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
|
| H A D | Variable.cpp | 694 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
|
| /openbsd-src/gnu/llvm/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 | 235 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 D | DWARFASTParserClang.cpp | 180 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 D | SymbolFileDWARF.cpp | 379 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 161 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 121 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress() 153 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | Coroutines.cpp | 78 return promise_type->GetForwardCompilerType(); in InferPromiseType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 687 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 D | SymbolFilePDB.cpp | 1660 type->GetForwardCompilerType(); in GetTypes()
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 173 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 155 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 189 CompilerType GetForwardCompilerType();
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 285 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
|
| H A D | ClangExpressionDeclMap.cpp | 881 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass() 1505 auto ts = var_type->GetForwardCompilerType().GetTypeSystem(); in GetVariableValue()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StackFrame.cpp | 580 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 D | Materializer.cpp | 809 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1890 decl, target_type->GetForwardCompilerType(), in CreateTypedef()
|