Searched refs:clang_type (Results 1 - 25 of 38) sorted by relevance

12

/external/lldb/include/lldb/Symbol/
H A DTaggedASTType.h23 TaggedASTType (const ClangASTType &clang_type) : argument
24 ClangASTType(clang_type)
/external/lldb/source/Core/
H A DValueObjectCast.cpp101 ClangASTType clang_type (GetClangType());
102 //m_value.SetContext (Value::eContextTypeClangType, clang_type);
103 m_value.SetClangType (clang_type);
105 if (clang_type.IsAggregateType ())
H A DValueObjectConstResult.cpp64 const ClangASTType &clang_type,
71 clang_type,
78 const ClangASTType &clang_type,
97 m_value.SetClangType(clang_type);
106 const ClangASTType &clang_type,
114 clang_type,
131 const ClangASTType &clang_type,
147 //m_value.SetContext(Value::eContextTypeClangType, clang_type);
148 m_value.SetClangType (clang_type);
157 const ClangASTType &clang_type,
61 Create( ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const DataExtractor &data, lldb::addr_t address ) argument
77 ValueObjectConstResult(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const DataExtractor &data, lldb::addr_t address) argument
105 Create(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
130 ValueObjectConstResult(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
156 Create(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
171 ValueObjectConstResult(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
[all...]
H A DValueObjectConstResultChild.cpp22 const ClangASTType &clang_type,
32 clang_type,
19 ValueObjectConstResultChild( ValueObject &parent, const ClangASTType &clang_type, const ConstString &name, uint32_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent ) argument
H A DValueObjectConstResultImpl.cpp106 ClangASTType clang_type = m_impl_backend->GetClangType(); local
111 child_clang_type = clang_type.GetChildClangTypeAtIndex (&exe_ctx,
176 ClangASTType clang_type(m_impl_backend->GetClangType());
184 clang_type.GetPointerType(),
H A DValueObjectChild.cpp30 const ClangASTType &clang_type,
41 m_clang_type (clang_type),
27 ValueObjectChild( ValueObject &parent, const ClangASTType &clang_type, const ConstString &name, uint64_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, AddressType child_ptr_or_ref_addr_type ) argument
H A DValue.cpp259 Value::SetClangType (const ClangASTType &clang_type) argument
261 m_clang_type = clang_type;
625 const ClangASTType &clang_type = GetClangType(); local
626 if (clang_type.IsValid())
644 if (clang_type.GetValueAsScalar (data, 0, data.GetByteSize(), scalar))
H A DValueObject.cpp286 ClangASTType clang_type(GetClangTypeImpl());
293 return clang_type;
299 if (clang_type.IsObjCObjectPointerType(&class_type))
303 else if (clang_type.IsObjCObjectOrInterfaceType())
305 class_type = clang_type;
309 return clang_type;
353 return clang_type;
779 ClangASTType clang_type = GetClangType(); local
782 if (clang_type)
784 if (clang_type
1122 ClangASTType clang_type = GetClangType(); local
1281 ClangASTType clang_type = GetClangType(); local
1334 ClangASTType clang_type = GetClangType (); local
2316 ClangASTType clang_type = GetClangType(); local
3368 ClangASTType clang_type = valobj->GetClangType(); local
3725 ClangASTType clang_type = GetClangType(); local
3806 ClangASTType clang_type = GetClangType(); local
[all...]
/external/lldb/include/lldb/Core/
H A DValueObjectConstResult.h37 const ClangASTType &clang_type,
44 const ClangASTType &clang_type,
53 const ClangASTType &clang_type,
147 const ClangASTType &clang_type,
153 const ClangASTType &clang_type,
161 const ClangASTType &clang_type,
H A DValueObjectChild.h107 const ClangASTType &clang_type,
H A DValueObjectConstResultChild.h30 const ClangASTType &clang_type,
/external/lldb/source/Commands/
H A DCommandObjectArgs.cpp167 ClangASTType clang_type; local
210 clang_type = ast_context.GetBuiltinTypeForEncodingAndBitSize(encoding, width);
212 if (!clang_type.IsValid())
226 clang_type = ast_context.GetBasicType(eBasicTypeVoid).GetPointerType();
228 clang_type = ast_context.GetCStringType (false);
243 value.SetClangType (clang_type);
/external/lldb/include/lldb/Expression/
H A DASTDumper.h31 ASTDumper (const ClangASTType &clang_type);
/external/lldb/source/Symbol/
H A DVariable.cpp526 const ClangASTType& clang_type,
535 const ClangASTType& clang_type,
544 const ClangASTType& clang_type,
550 const uint32_t num_bases = clang_type.GetNumDirectBaseClasses();
556 ClangASTType base_class_type (clang_type.GetDirectBaseClassAtIndex (i, NULL));
568 const uint32_t num_vbases = clang_type.GetNumVirtualBaseClasses();
574 ClangASTType vbase_class_type (clang_type.GetVirtualBaseClassAtIndex(i,NULL));
587 const uint32_t num_fields = clang_type.GetNumFields();
595 ClangASTType member_clang_type = clang_type.GetFieldAtIndex (i, member_name, NULL, NULL, NULL);
622 const ClangASTType& clang_type,
540 PrivateAutoCompleteMembers(StackFrame *frame, const std::string &partial_member_name, const std::string &partial_path, const std::string &prefix_path, const ClangASTType& clang_type, StringList &matches, bool &word_complete) argument
619 PrivateAutoComplete(StackFrame *frame, const std::string &partial_path, const std::string &prefix_path, const ClangASTType& clang_type, StringList &matches, bool &word_complete) argument
881 ClangASTType clang_type; local
[all...]
H A DClangASTContext.cpp699 clang_type_t clang_type = NULL; local
707 clang_type = ast->VoidTy.getAsOpaquePtr();
710 clang_type = ast->CharTy.getAsOpaquePtr();
713 clang_type = ast->SignedCharTy.getAsOpaquePtr();
716 clang_type = ast->UnsignedCharTy.getAsOpaquePtr();
719 clang_type = ast->getWCharType().getAsOpaquePtr();
722 clang_type = ast->getSignedWCharType().getAsOpaquePtr();
725 clang_type = ast->getUnsignedWCharType().getAsOpaquePtr();
728 clang_type = ast->Char16Ty.getAsOpaquePtr();
731 clang_type
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h526 ClangASTType clang_type,
533 if (!clang_type.IsValid())
540 clang_type = clang_type.RemoveFastQualifiers();
542 ConstString typeName(clang_type.GetConstTypeName());
566 if (clang_type.IsReferenceType())
570 if (Get_Impl(valobj, clang_type.GetNonReferenceType(), entry, use_dynamic, reason) && !entry->SkipsReferences())
576 else if (clang_type.IsPointerType())
580 if (Get_Impl(valobj, clang_type.GetPointeeType(), entry, use_dynamic, reason) && !entry->SkipsPointers())
605 if (Get_Impl(valobj, clang_type
525 Get_Impl(ValueObject& valobj, ClangASTType clang_type, MapValueType& entry, lldb::DynamicValueType use_dynamic, uint32_t& reason) argument
630 Get(ValueObject& valobj, ClangASTType clang_type, MapValueType& entry, lldb::DynamicValueType use_dynamic, uint32_t& reason) argument
[all...]
/external/lldb/source/Expression/
H A DClangExpressionVariable.cpp84 ClangExpressionVariable::SetClangType(const ClangASTType &clang_type) argument
86 m_frozen_sp->GetValue().SetClangType(clang_type);
H A DASTDumper.cpp82 ASTDumper::ASTDumper (const ClangASTType &clang_type) argument
84 m_dump = clang_type.GetQualType().getAsString();
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp514 ClangASTType clang_type (val->GetClangType());
515 if (clang_type)
518 if (clang_type.IsCStringType (cstr_length))
641 ClangASTType clang_type (value->GetClangType());
642 if (clang_type)
646 if (clang_type.IsIntegerType (is_signed))
649 clang_type.GetBitSize(),
654 else if (clang_type.IsPointerType())
657 clang_type.GetBitSize(),
678 ClangASTType clang_type local
[all...]
/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp339 ClangASTType clang_type = value->GetClangType();
340 if (clang_type)
344 if (clang_type.IsIntegerType (is_signed))
346 bit_width = clang_type.GetBitSize();
348 else if (clang_type.IsPointerOrReferenceType ())
350 bit_width = clang_type.GetBitSize();
422 lldb_private::ClangASTType &clang_type) const
427 if (!clang_type)
430 clang::ASTContext *ast_context = clang_type.GetASTContext();
434 //value.SetContext (Value::eContextTypeClangType, clang_type
516 ClangASTType clang_type = new_value_sp->GetClangType(); local
[all...]
/external/lldb/source/DataFormatters/
H A DNSDictionary.cpp33 ClangASTType clang_type; local
54 clang_type.SetClangType(ast, clang::QualType(record_decl->getTypeForDecl(), 0));
60 return clang_type;
64 if (!clang_type)
66 clang_type = target_ast_context->CreateRecordType(NULL, lldb::eAccessPublic, type_name, clang::TTK_Struct, lldb::eLanguageTypeC);
68 if (clang_type)
70 clang_type.StartTagDeclarationDefinition();
72 clang_type.AddFieldToRecordType("key", id_clang_type, lldb::eAccessPublic, 0);
73 clang_type.AddFieldToRecordType("value", id_clang_type, lldb::eAccessPublic, 0);
74 clang_type
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp414 ClangASTType clang_type = type->GetClangForwardType(); local
415 if (clang_type_set.find(clang_type) == clang_type_set.end())
417 clang_type_set.insert(clang_type);
1427 ClangASTType clang_type; local
1450 clang_type = lldb_type->GetClangForwardType();
1467 if (!clang_type)
1468 clang_type = GetClangASTContext().GetBasicType(eBasicTypeVoid);
1470 if (clang_type)
1480 clang_type.IsIntegerType (is_signed) &&
1486 clang_type
2341 HasForwardDeclForClangType(const ClangASTType &clang_type) argument
2350 ResolveClangOpaqueTypeDefinition(ClangASTType &clang_type) argument
4309 ParseChildEnumerators( const SymbolContext& sc, lldb_private::ClangASTType &clang_type, bool is_signed, uint32_t enumerator_byte_size, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die ) argument
5674 ClangASTType clang_type; local
7754 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl); local
7763 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl); local
[all...]
H A DSymbolFileDWARFDebugMap.cpp784 SymbolFileDWARFDebugMap::ResolveClangOpaqueTypeDefinition (ClangASTType& clang_type) argument
1388 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl); local
1389 if (clang_type)
1395 if (oso_dwarf->HasForwardDeclForClangType (clang_type))
1397 oso_dwarf->ResolveClangOpaqueTypeDefinition (clang_type);
1408 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl); local
1409 if (clang_type)
1415 if (oso_dwarf->HasForwardDeclForClangType (clang_type))
1417 oso_dwarf->ResolveClangOpaqueTypeDefinition (clang_type);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp84 ClangASTType clang_type = value.GetClangType(); local
85 if (clang_type)
87 if (!clang_type.IsObjCObjectPointerType())
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp529 ClangASTType clang_type = value->GetClangType();
530 if (!clang_type)
534 if (clang_type.IsIntegerType (is_signed))
537 clang_type.GetBitSize(),
544 else if (clang_type.IsPointerType ())
547 clang_type.GetBitSize(),
569 ClangASTType clang_type = new_value_sp->GetClangType(); local
570 if (!clang_type)
585 if (clang_type.IsIntegerType (is_signed) || clang_type
[all...]

Completed in 1993 milliseconds

12