Home
last modified time | relevance | path

Searched refs:GetClangType (Results 1 – 25 of 40) sorted by relevance

12

/external/lldb/source/Core/
DValueObjectDynamicValue.cpp56 return m_value.GetClangType(); in GetClangTypeImpl()
58 return m_parent->GetClangType(); in GetClangTypeImpl()
68 return GetClangType().GetConstTypeName(); in GetTypeName()
82 return GetClangType().GetConstQualifiedTypeName (); in GetQualifiedTypeName()
94 return GetClangType().GetNumChildren (true); in CalculateNumChildren()
248 corrected_type = m_parent->GetClangType(); in UpdateValue()
272 if (GetClangType().IsAggregateType ()) in UpdateValue()
DValueObjectChild.cpp66 return GetClangType().GetNumChildren (true); in CalculateNumChildren()
74 m_type_name = GetClangType().GetConstTypeName (); in GetTypeName()
95 ConstString qualified_name = GetClangType().GetConstTypeName(); in GetQualifiedTypeName()
122 m_value.SetClangType(GetClangType()); in UpdateValue()
129 if (parent->GetClangType().IsPointerOrReferenceType ()) in UpdateValue()
DValueObject.cpp357 ValueObject::GetClangType () in GetClangType() function in ValueObject
602 return GetClangType().GetIndexOfChildWithName (name.GetCString(), omit_empty_base_classes); in GetIndexOfChildWithName()
619 … const size_t num_child_indexes = GetClangType().GetIndexOfChildMemberWithName (name.GetCString(), in GetChildMemberWithName()
710 child_clang_type = GetClangType().GetChildClangTypeAtIndex (&exe_ctx, in CreateChildAtIndex()
779 ClangASTType clang_type = GetClangType(); in GetSummaryAsCString()
956 const uint64_t max_bytes = GetClangType().GetByteSize(); in GetPointeeData()
1009 const Encoding encoding = GetClangType().GetEncoding(count); in SetData()
1122 ClangASTType clang_type = GetClangType(); in ReadPointedString()
1281 ClangASTType clang_type = GetClangType(); in GetObjectDescription()
1307 if (GetClangType().IsAggregateType () == false && UpdateValueIfNeeded(false)) in GetValueAsCString()
[all …]
DValueObjectConstResult.cpp242 return m_value.GetClangType(); in GetClangTypeImpl()
255 m_byte_size = GetClangType().GetByteSize(); in GetByteSize()
268 return GetClangType().GetNumChildren (true); in CalculateNumChildren()
275 m_type_name = GetClangType().GetConstTypeName (); in GetTypeName()
DValueObjectCast.cpp74 return GetClangType().GetNumChildren (true); in CalculateNumChildren()
101 ClangASTType clang_type (GetClangType()); in UpdateValue()
DValueObjectConstResultImpl.cpp58 m_impl_backend->GetClangType(), in DerefOnTarget()
106 ClangASTType clang_type = m_impl_backend->GetClangType(); in CreateChildAtIndex()
176 ClangASTType clang_type(m_impl_backend->GetClangType()); in AddressOf()
DValue.cpp198 const ClangASTType &ast_type = GetClangType(); in GetValueByteSize()
221 Value::GetClangType () in GetClangType() function in Value
278 const ClangASTType &ast_type = GetClangType(); in GetValueDefaultFormat()
330 const ClangASTType &ast_type = GetClangType(); in GetValueAsData()
625 const ClangASTType &clang_type = GetClangType(); in ResolveValue()
DValueObjectVariable.cpp87 ClangASTType type(GetClangType()); in CalculateNumChildren()
99 ClangASTType type(GetClangType()); in GetByteSize()
224 if (GetClangType().IsAggregateType()) in UpdateValue()
DValueObjectRegister.cpp328 m_type_name = GetClangType().GetConstTypeName (); in GetTypeName()
335 return GetClangType().GetNumChildren(true); in CalculateNumChildren()
DValueObjectSyntheticFilter.cpp89 return m_parent->GetClangType(); in GetClangTypeImpl()
DValueObjectMemory.cpp228 if (GetClangType().IsAggregateType()) in UpdateValue()
/external/lldb/source/Expression/
DClangExpressionVariable.cpp78 ClangExpressionVariable::GetClangType() in GetClangType() function in ClangExpressionVariable
80 return m_frozen_sp->GetClangType(); in GetClangType()
93 TypeFromUser tfu (m_frozen_sp->GetClangType()); in GetTypeFromUser()
DClangFunction.cpp96 m_function_return_type = m_function_ptr->GetClangType().GetFunctionReturnType(); in ClangFunction()
143 function_clang_type = m_function_ptr->GetClangType(); in CompileFunction()
170 ClangASTType clang_qual_type = m_arg_values.GetValueAtIndex(i)->GetClangType (); in CompileFunction()
365 arg_value->GetClangType().IsPointerType()) in WriteFunctionArguments()
/external/lldb/include/lldb/Core/
DValueObjectConstResultChild.h48 GetClangType () in GetClangType() function
50 return ValueObjectChild::GetClangType(); in GetClangType()
DValue.h134 GetClangType();
/external/lldb/source/Target/
DStackFrame.cpp648 … const uint32_t pointer_type_flags = valobj_sp->GetClangType().GetTypeInfo (NULL); in GetValueForVariableExpressionPath()
762 if (valobj_sp->GetClangType().IsPointerToScalarType() && deref) in GetValueForVariableExpressionPath()
780 else if (valobj_sp->GetClangType().IsArrayOfScalarType() && deref) in GetValueForVariableExpressionPath()
805 … if (valobj_sp->GetClangType().GetMinimumLanguage() != eLanguageTypeObjC) in GetValueForVariableExpressionPath()
807 else if (!valobj_sp->GetClangType().IsPointerType()) in GetValueForVariableExpressionPath()
864 … else if (valobj_sp->GetClangType().IsArrayType (NULL, NULL, &is_incomplete_array)) in GetValueForVariableExpressionPath()
881 else if (valobj_sp->GetClangType().IsScalarType()) in GetValueForVariableExpressionPath()
964 if (valobj_sp->GetClangType().IsPointerToScalarType() && deref) in GetValueForVariableExpressionPath()
982 … else if (valobj_sp->GetClangType().IsArrayOfScalarType() && deref) in GetValueForVariableExpressionPath()
/external/lldb/source/DataFormatters/
DCocoa.cpp60 …ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType().GetBasicTypeFrom… in NSBundleSummaryProvider()
107 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType(), true)); in NSTimeZoneSummaryProvider()
151 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType(), true)); in NSNotificationSummaryProvider()
450 ClangASTType type(valobj.GetClangType()); in NSURLSummaryProvider()
DLibCxx.cpp333 …jectFromData("count", data, valobj_sp->GetExecutionContextRef(), shared_owners_sp->GetClangType()); in GetChildAtIndex()
346 …romData("count", data, valobj_sp->GetExecutionContextRef(), shared_weak_owners_sp->GetClangType()); in GetChildAtIndex()
467 m_element_type = data_type_finder_sp->GetClangType().GetPointeeType(); in Update()
DCXXFormatterFunctions.cpp521 clang::ASTContext* ast = valobj.GetClangType().GetASTContext(); in WCharStringSummaryProvider()
609 clang::ASTContext* ast = valobj.GetClangType().GetASTContext(); in WCharSummaryProvider()
1141 ClangASTType type(valobj.GetClangType()); in NSAttributedStringSummaryProvider()
1171 const uint32_t type_info = valobj.GetClangType().GetTypeInfo(); in ObjCBOOLSummaryProvider()
1204 …ClangASTType charstar (valobj.GetClangType().GetBasicTypeFromAST(eBasicTypeChar).GetPointerType()); in ObjCSELSummaryProvider()
1303 …ess("item", item_ptr->GetValueAsUnsigned(0), m_exe_ctx_ref, item_ptr->GetClangType().GetPointeeTyp… in Update()
DLibCxxMap.cpp284 m_element_type = deref->GetClangType(); in GetDataType()
295 ClangASTType node_type(node->GetClangType()); in GetValueOffset()
DNSArray.cpp101 clang::ASTContext *ast = valobj_sp->GetClangType().GetASTContext(); in NSArrayMSyntheticFrontEnd()
210 clang::ASTContext *ast = valobj_sp->GetClangType().GetASTContext(); in NSArrayISyntheticFrontEnd()
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp42 return in_value.GetClangType().IsPossibleDynamicType (NULL, check_cxx, check_objc); in CouldHaveDynamicValue()
223 if (ClangASTContext::AreTypesSame (in_value.GetClangType(), in GetDynamicTypeAndAddress()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp84 ClangASTType clang_type = value.GetClangType(); in GetObjectDescription()
225 return in_value.GetClangType().IsPossibleDynamicType (NULL, in CouldHaveDynamicValue()
/external/lldb/include/lldb/DataFormatters/
DFormatNavigator.h291 ClangASTType ast_type(valobj.GetClangType());
587 bool canBeObjCDynamic = valobj.GetClangType().IsPossibleDynamicType (NULL, in Get_Impl()
676 … if (Get(*static_value_sp.get(), static_value_sp->GetClangType(), entry, use_dynamic, reason)) in Get()
/external/lldb/include/lldb/Symbol/
DFunction.h569 GetClangType ();

12