/external/lldb/source/Core/ |
D | ValueObjectDynamicValue.cpp | 56 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()
|
D | ValueObjectChild.cpp | 66 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()
|
D | ValueObject.cpp | 357 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 …]
|
D | ValueObjectConstResult.cpp | 242 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()
|
D | ValueObjectCast.cpp | 74 return GetClangType().GetNumChildren (true); in CalculateNumChildren() 101 ClangASTType clang_type (GetClangType()); in UpdateValue()
|
D | ValueObjectConstResultImpl.cpp | 58 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()
|
D | Value.cpp | 198 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()
|
D | ValueObjectVariable.cpp | 87 ClangASTType type(GetClangType()); in CalculateNumChildren() 99 ClangASTType type(GetClangType()); in GetByteSize() 224 if (GetClangType().IsAggregateType()) in UpdateValue()
|
D | ValueObjectRegister.cpp | 328 m_type_name = GetClangType().GetConstTypeName (); in GetTypeName() 335 return GetClangType().GetNumChildren(true); in CalculateNumChildren()
|
D | ValueObjectSyntheticFilter.cpp | 89 return m_parent->GetClangType(); in GetClangTypeImpl()
|
D | ValueObjectMemory.cpp | 228 if (GetClangType().IsAggregateType()) in UpdateValue()
|
/external/lldb/source/Expression/ |
D | ClangExpressionVariable.cpp | 78 ClangExpressionVariable::GetClangType() in GetClangType() function in ClangExpressionVariable 80 return m_frozen_sp->GetClangType(); in GetClangType() 93 TypeFromUser tfu (m_frozen_sp->GetClangType()); in GetTypeFromUser()
|
D | ClangFunction.cpp | 96 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/ |
D | ValueObjectConstResultChild.h | 48 GetClangType () in GetClangType() function 50 return ValueObjectChild::GetClangType(); in GetClangType()
|
D | Value.h | 134 GetClangType();
|
/external/lldb/source/Target/ |
D | StackFrame.cpp | 648 … 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/ |
D | Cocoa.cpp | 60 …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()
|
D | LibCxx.cpp | 333 …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()
|
D | CXXFormatterFunctions.cpp | 521 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()
|
D | LibCxxMap.cpp | 284 m_element_type = deref->GetClangType(); in GetDataType() 295 ClangASTType node_type(node->GetClangType()); in GetValueOffset()
|
D | NSArray.cpp | 101 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/ |
D | ItaniumABILanguageRuntime.cpp | 42 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/ |
D | AppleObjCRuntime.cpp | 84 ClangASTType clang_type = value.GetClangType(); in GetObjectDescription() 225 return in_value.GetClangType().IsPossibleDynamicType (NULL, in CouldHaveDynamicValue()
|
/external/lldb/include/lldb/DataFormatters/ |
D | FormatNavigator.h | 291 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/ |
D | Function.h | 569 GetClangType ();
|