Searched refs:GetForwardCompilerType (Results 1 – 20 of 20) sorted by relevance
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 …]
699 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
113 return m_type_sp->GetForwardCompilerType(); in GetCompilerTypeImpl()125 return m_type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
72 return var_type->GetForwardCompilerType(); in GetCompilerTypeImpl()86 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
251 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType()259 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
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 …]
439 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes()2772 matching_type->GetForwardCompilerType().GetTypeName(true); in FindTypes()
161 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
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()
1645 type->GetForwardCompilerType(); in GetTypes()
172 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
80 return promise_type->GetForwardCompilerType(); in InferPromiseType()
120 type_sp->GetForwardCompilerType())) { in GetTypeInfo()153 type_sp->GetForwardCompilerType())) { in GetTypeInfo()
147 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
495 CompilerType GetForwardCompilerType();
284 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
875 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()1488 auto ts = var_type->GetForwardCompilerType().GetTypeSystem(); in GetVariableValue()
576 if (auto compiler_type = var_type->GetForwardCompilerType()) in GetValueForVariableExpressionPath()602 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
809 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
1905 decl, target_type->GetForwardCompilerType(), in CreateTypedef()