Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp172 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription()
231 GetForwardCompilerType().DumpTypeDescription(s); in Dump()
275 m_name = GetForwardCompilerType().GetConstTypeName(); in GetName()
294 GetForwardCompilerType().DumpValue( in DumpValue()
346 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
363 return GetForwardCompilerType().GetEncoding(count); in GetEncoding()
438 encoding_type->GetForwardCompilerType(); in ResolveClangType()
448 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveClangType()
470 encoding_type->GetForwardCompilerType().GetPointerType(); in ResolveClangType()
598 CompilerType Type::GetForwardCompilerType() { in GetForwardCompilerType() function in Type
[all …]
H A DTypeList.cpp138 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
209 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DTypeMap.cpp181 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
252 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DVariable.cpp739 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h193 CompilerType GetForwardCompilerType();
249 compiler_type = type_sp->GetForwardCompilerType(); in TypePair()
283 return type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
297 compiler_type = type_sp->GetForwardCompilerType(); in SetType()
308 return type_sp->GetForwardCompilerType().GetPointerType(); in GetPointerType()
314 return type_sp->GetForwardCompilerType().GetPointeeType(); in GetPointeeType()
320 return type_sp->GetForwardCompilerType().GetLValueReferenceType(); in GetReferenceType()
327 return type_sp->GetForwardCompilerType().GetTypedefedType(); in GetTypedefedType()
334 return type_sp->GetForwardCompilerType().GetNonReferenceType(); in GetDereferencedType()
341 return type_sp->GetForwardCompilerType().GetFullyUnqualifiedType(); in GetUnqualifiedType()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectMemory.cpp109 return m_type_sp->GetForwardCompilerType(); in GetCompilerTypeImpl()
121 return m_type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectVariable.cpp70 return var_type->GetForwardCompilerType(); in GetCompilerTypeImpl()
84 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValue.cpp256 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType()
264 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp127 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
159 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
248 type_sp->GetForwardCompilerType())) { in GetDynamicTypeAndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp178 lldb_private::CompilerType dwo_type = dwo_type_sp->GetForwardCompilerType(); in ParseTypeFromDWO()
443 lldb_function_type_sp->GetForwardCompilerType()); in ParseTypeFromDWARF()
1271 return_clang_type = func_type->GetForwardCompilerType(); in ParseTypeFromDWARF()
1338 complete_objc_class_type_sp->GetForwardCompilerType(); in ParseTypeFromDWARF()
1422 class_type->GetForwardCompilerType(); in ParseTypeFromDWARF()
1444 class_type->GetForwardCompilerType(); in ParseTypeFromDWARF()
1461 class_type->GetForwardCompilerType(); in ParseTypeFromDWARF()
1745 element_type->GetForwardCompilerType(); in ParseTypeFromDWARF()
1847 pointee_type->GetForwardCompilerType(); in ParseTypeFromDWARF()
2020 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE()
[all …]
H A DSymbolFileDWARF.cpp376 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp658 CompilerType element_ast_type = element_type->GetForwardCompilerType(); in CreateLLDBTypeFromPDBType()
721 pointee_type->GetForwardCompilerType()); in CreateLLDBTypeFromPDBType()
921 decl_context, name.c_str(), type->GetForwardCompilerType(), storage, in GetDeclForSymbol()
935 decl, nullptr, arg_type->GetForwardCompilerType(), in GetDeclForSymbol()
981 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
H A DSymbolFilePDB.cpp1595 type->GetForwardCompilerType(); in GetTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp173 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp125 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
H A DStackFrame.cpp581 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp266 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
H A DClangExpressionDeclMap.cpp1001 this_type->GetForwardCompilerType().GetPointeeType(); in FindExternalVisibleDecls()
1583 var_type->GetForwardCompilerType().GetTypeSystem()); in GetVariableValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp434 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1368 decl, target_type->GetForwardCompilerType(), in CreateTypedef()