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.cpp320 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 DVariable.cpp699 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
/freebsd/contrib/llvm-project/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.cpp251 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 DDWARFASTParserClang.cpp201 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 DSymbolFileDWARF.cpp439 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 DFormatClasses.h161 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp685 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 DSymbolFilePDB.cpp1645 type->GetForwardCompilerType(); in GetTypes()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp172 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp80 return promise_type->GetForwardCompilerType(); in InferPromiseType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp120 type_sp->GetForwardCompilerType())) { in GetTypeInfo()
153 type_sp->GetForwardCompilerType())) { in GetTypeInfo()
/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.h495 CompilerType GetForwardCompilerType();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp284 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
H A DClangExpressionDeclMap.cpp875 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
1488 auto ts = var_type->GetForwardCompilerType().GetTypeSystem(); in GetVariableValue()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp576 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 DMaterializer.cpp809 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1905 decl, target_type->GetForwardCompilerType(), in CreateTypedef()