HomeSort by relevance Sort by last modified time
    Searched refs:GetClangType (Results 1 - 25 of 40) sorted by null

1 2

  /external/lldb/include/lldb/Core/
ValueObjectConstResultChild.h 48 GetClangType ()
50 return ValueObjectChild::GetClangType();
Value.h 134 GetClangType();
  /external/lldb/source/Expression/
ClangExpressionVariable.cpp 78 ClangExpressionVariable::GetClangType()
80 return m_frozen_sp->GetClangType();
93 TypeFromUser tfu (m_frozen_sp->GetClangType());
ClangFunction.cpp 96 m_function_return_type = m_function_ptr->GetClangType().GetFunctionReturnType();
143 function_clang_type = m_function_ptr->GetClangType();
170 ClangASTType clang_qual_type = m_arg_values.GetValueAtIndex(i)->GetClangType ();
365 arg_value->GetClangType().IsPointerType())
  /external/lldb/source/Core/
ValueObjectCast.cpp 74 return GetClangType().GetNumChildren (true);
101 ClangASTType clang_type (GetClangType());
ValueObjectChild.cpp 66 return GetClangType().GetNumChildren (true);
74 m_type_name = GetClangType().GetConstTypeName ();
95 ConstString qualified_name = GetClangType().GetConstTypeName();
122 m_value.SetClangType(GetClangType());
129 if (parent->GetClangType().IsPointerOrReferenceType ())
ValueObjectDynamicValue.cpp 56 return m_value.GetClangType();
58 return m_parent->GetClangType();
68 return GetClangType().GetConstTypeName();
82 return GetClangType().GetConstQualifiedTypeName ();
94 return GetClangType().GetNumChildren (true);
248 corrected_type = m_parent->GetClangType();
272 if (GetClangType().IsAggregateType ())
ValueObjectConstResultImpl.cpp 58 m_impl_backend->GetClangType(),
106 ClangASTType clang_type = m_impl_backend->GetClangType();
176 ClangASTType clang_type(m_impl_backend->GetClangType());
ValueObjectConstResult.cpp 242 return m_value.GetClangType();
255 m_byte_size = GetClangType().GetByteSize();
268 return GetClangType().GetNumChildren (true);
275 m_type_name = GetClangType().GetConstTypeName ();
ValueObjectVariable.cpp 87 ClangASTType type(GetClangType());
99 ClangASTType type(GetClangType());
224 if (GetClangType().IsAggregateType())
Value.cpp 198 const ClangASTType &ast_type = GetClangType();
221 Value::GetClangType ()
278 const ClangASTType &ast_type = GetClangType();
330 const ClangASTType &ast_type = GetClangType();
625 const ClangASTType &clang_type = GetClangType();
ValueObject.cpp 357 ValueObject::GetClangType ()
602 return GetClangType().GetIndexOfChildWithName (name.GetCString(), omit_empty_base_classes);
619 const size_t num_child_indexes = GetClangType().GetIndexOfChildMemberWithName (name.GetCString(),
710 child_clang_type = GetClangType().GetChildClangTypeAtIndex (&exe_ctx,
779 ClangASTType clang_type = GetClangType();
956 const uint64_t max_bytes = GetClangType().GetByteSize();
1009 const Encoding encoding = GetClangType().GetEncoding(count);
    [all...]
ValueObjectSyntheticFilter.cpp 89 return m_parent->GetClangType();
ValueObjectRegister.cpp 328 m_type_name = GetClangType().GetConstTypeName ();
335 return GetClangType().GetNumChildren(true);
  /external/lldb/include/lldb/Symbol/
Function.h 569 GetClangType ();
  /external/lldb/source/DataFormatters/
Cocoa.cpp 60 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), true));
107 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType(), true));
151 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType(), true));
450 ClangASTType type(valobj.GetClangType());
LibCxx.cpp 333 m_count_sp = ValueObject::CreateValueObjectFromData("count", data, valobj_sp->GetExecutionContextRef(), shared_owners_sp->GetClangType());
346 m_weak_count_sp = ValueObject::CreateValueObjectFromData("count", data, valobj_sp->GetExecutionContextRef(), shared_weak_owners_sp->GetClangType());
467 m_element_type = data_type_finder_sp->GetClangType().GetPointeeType();
LibCxxMap.cpp 284 m_element_type = deref->GetClangType();
295 ClangASTType node_type(node->GetClangType());
NSArray.cpp 101 clang::ASTContext *ast = valobj_sp->GetClangType().GetASTContext();
210 clang::ASTContext *ast = valobj_sp->GetClangType().GetASTContext();
CXXFormatterFunctions.cpp 521 clang::ASTContext* ast = valobj.GetClangType().GetASTContext();
609 clang::ASTContext* ast = valobj.GetClangType().GetASTContext();
    [all...]
  /external/lldb/source/Target/
StackFrame.cpp 648 const uint32_t pointer_type_flags = valobj_sp->GetClangType().GetTypeInfo (NULL);
762 if (valobj_sp->GetClangType().IsPointerToScalarType() && deref)
780 else if (valobj_sp->GetClangType().IsArrayOfScalarType() && deref)
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 84 ClangASTType clang_type = value.GetClangType();
225 return in_value.GetClangType().IsPossibleDynamicType (NULL,
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 42 return in_value.GetClangType().IsPossibleDynamicType (NULL, check_cxx, check_objc);
223 if (ClangASTContext::AreTypesSame (in_value.GetClangType(),
  /external/lldb/include/lldb/DataFormatters/
FormatNavigator.h 291 ClangASTType ast_type(valobj.GetClangType());
587 bool canBeObjCDynamic = valobj.GetClangType().IsPossibleDynamicType (NULL,
676 if (Get(*static_value_sp.get(), static_value_sp->GetClangType(), entry, use_dynamic, reason))
  /external/lldb/include/lldb/Expression/
ClangExpressionVariable.h 220 GetClangType ();

Completed in 314 milliseconds

1 2