| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 328 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription() 393 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump() 442 m_name = GetForwardCompilerType().GetTypeName(); in GetName() 447 return GetForwardCompilerType().GetTypeName(/*BaseOnly*/ true); in GetBaseName() 510 return GetForwardCompilerType().GetNumChildren(omit_empty_base_classes, nullptr); in GetNumChildren() 514 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType() 518 return GetForwardCompilerType().IsTemplateType(); in IsTemplateType() 531 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat() 535 return GetForwardCompilerType().GetEncoding(count); in GetEncoding() 594 encoding_type->GetForwardCompilerType(); in ResolveCompilerType() [all …]
|
| H A D | Variable.cpp | 699 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| 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()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 294 lldb_private::CompilerType pcm_type = pcm_type_sp->GetForwardCompilerType(); in ParseTypeFromClangModule() 830 lldb_function_type_sp->GetForwardCompilerType()); in ParseTypeModifier() 1102 complete_objc_class_type_sp->GetForwardCompilerType(); in ParseObjCMethod() 1169 class_type->GetForwardCompilerType(); in ParseCXXMethod() 1192 class_type->GetForwardCompilerType(); in ParseCXXMethod() 1207 CompilerType class_opaque_type = class_type->GetForwardCompilerType(); in ParseCXXMethod() 1282 return_clang_type = func_type->GetForwardCompilerType(); in ParseSubroutine() 1478 CompilerType array_element_type = element_type->GetForwardCompilerType(); in ParseArrayType() 1522 CompilerType pointee_clang_type = pointee_type->GetForwardCompilerType(); in ParsePointerToMemberType() 1523 CompilerType class_clang_type = class_type->GetForwardCompilerType(); in ParsePointerToMemberType() [all …]
|
| H A D | SymbolFileDWARF.cpp | 439 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes() 2700 matching_type->GetForwardCompilerType().GetTypeName(true); in FindTypes()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 167 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 684 CompilerType element_ast_type = element_type->GetForwardCompilerType(); in CreateLLDBTypeFromPDBType() 753 pointee_type->GetForwardCompilerType()); in CreateLLDBTypeFromPDBType() 957 type->GetForwardCompilerType(), storage, func->hasInlineAttribute()); in GetDeclForSymbol() 971 arg_type->GetForwardCompilerType(), clang::SC_None, true); in GetDeclForSymbol() 1017 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
|
| H A D | SymbolFilePDB.cpp | 1630 type->GetForwardCompilerType(); in GetTypes()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 176 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | Coroutines.cpp | 81 return promise_type->GetForwardCompilerType(); in InferArtificialCoroType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 120 type_sp->GetForwardCompilerType())) { in GetTypeInfo() 152 type_sp->GetForwardCompilerType())) { in GetTypeInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 259 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType() 267 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 147 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 531 CompilerType GetForwardCompilerType();
|
| /freebsd/contrib/llvm-project/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 | 876 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass() 1489 var_type->GetForwardCompilerType().GetTypeSystem<TypeSystemClang>(); in GetVariableValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 637 if (auto compiler_type = var_type->GetForwardCompilerType()) in LegacyGetValueForVariableExpressionPath() 663 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in LegacyGetValueForVariableExpressionPath()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 817 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1923 target_type->GetForwardCompilerType(), in CreateTypedef()
|