/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Type.cpp | 320 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription() 385 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump() 434 m_name = GetForwardCompilerType().GetTypeName(); in GetName() 439 return GetForwardCompilerType().GetTypeName(/*BaseOnly*/ true); in GetBaseName() 497 return GetForwardCompilerType().GetNumChildren(omit_empty_base_classes, nullptr); in GetNumChildren() 501 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType() 505 return GetForwardCompilerType().IsTemplateType(); in IsTemplateType() 518 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat() 522 return GetForwardCompilerType().GetEncoding(count); in GetEncoding() 579 encoding_type->GetForwardCompilerType(); in ResolveCompilerType() [all …]
|
H A D | Variable.cpp | 699 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
|
/freebsd/contrib/llvm-project/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 | 251 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType() 259 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 201 lldb_private::CompilerType pcm_type = pcm_type_sp->GetForwardCompilerType(); in ParseTypeFromClangModule() 736 lldb_function_type_sp->GetForwardCompilerType()); in ParseTypeModifier() 1014 complete_objc_class_type_sp->GetForwardCompilerType(); in ParseObjCMethod() 1081 class_type->GetForwardCompilerType(); in ParseCXXMethod() 1104 class_type->GetForwardCompilerType(); in ParseCXXMethod() 1119 CompilerType class_opaque_type = class_type->GetForwardCompilerType(); in ParseCXXMethod() 1196 return_clang_type = func_type->GetForwardCompilerType(); in ParseSubroutine() 1399 CompilerType array_element_type = element_type->GetForwardCompilerType(); in ParseArrayType() 1443 CompilerType pointee_clang_type = pointee_type->GetForwardCompilerType(); in ParsePointerToMemberType() 1444 CompilerType class_clang_type = class_type->GetForwardCompilerType(); in ParsePointerToMemberType() [all …]
|
H A D | SymbolFileDWARF.cpp | 439 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes() 2772 matching_type->GetForwardCompilerType().GetTypeName(true); in FindTypes()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormatClasses.h | 161 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 685 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 D | SymbolFilePDB.cpp | 1645 type->GetForwardCompilerType(); in GetTypes()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeFormat.cpp | 172 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | Coroutines.cpp | 80 return promise_type->GetForwardCompilerType(); in InferPromiseType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 120 type_sp->GetForwardCompilerType())) { in GetTypeInfo() 153 type_sp->GetForwardCompilerType())) { in GetTypeInfo()
|
/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 | 495 CompilerType GetForwardCompilerType();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUserExpression.cpp | 284 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
|
H A D | ClangExpressionDeclMap.cpp | 875 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass() 1488 auto ts = var_type->GetForwardCompilerType().GetTypeSystem(); in GetVariableValue()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 576 if (auto compiler_type = var_type->GetForwardCompilerType()) in GetValueForVariableExpressionPath() 602 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | Materializer.cpp | 809 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1905 decl, target_type->GetForwardCompilerType(), in CreateTypedef()
|