Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp328 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 DVariable.cpp699 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp294 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 DSymbolFileDWARF.cpp439 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 DFormatClasses.h167 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp684 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 DSymbolFilePDB.cpp1630 type->GetForwardCompilerType(); in GetTypes()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp176 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp81 return promise_type->GetForwardCompilerType(); in InferArtificialCoroType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp120 type_sp->GetForwardCompilerType())) { in GetTypeInfo()
152 type_sp->GetForwardCompilerType())) { in GetTypeInfo()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp259 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 DObjCLanguageRuntime.cpp147 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h531 CompilerType GetForwardCompilerType();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp285 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
H A DClangExpressionDeclMap.cpp876 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
1489 var_type->GetForwardCompilerType().GetTypeSystem<TypeSystemClang>(); in GetVariableValue()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp637 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 DMaterializer.cpp817 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1923 target_type->GetForwardCompilerType(), in CreateTypedef()