Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObjectCast.cpp58 m_value.SetClangType (cast_type); in ValueObjectCast()
103 m_value.SetClangType (clang_type); in UpdateValue()
DValueObjectConstResult.cpp97 m_value.SetClangType(clang_type); in ValueObjectConstResult()
148 m_value.SetClangType (clang_type); in ValueObjectConstResult()
194 m_value.SetClangType (clang_type); in ValueObjectConstResult()
DValueObjectMemory.cpp107 m_value.SetClangType(m_clang_type); in ValueObjectMemory()
245 value.SetClangType(m_clang_type); in UpdateValue()
DValueObjectChild.cpp122 m_value.SetClangType(GetClangType()); in UpdateValue()
DValueObjectDynamicValue.cpp253 m_value.SetClangType (corrected_type); in UpdateValue()
DValue.cpp259 Value::SetClangType (const ClangASTType &clang_type) in SetClangType() function in Value
/external/lldb/source/Expression/
DClangExpressionVariable.cpp84 ClangExpressionVariable::SetClangType(const ClangASTType &clang_type) in SetClangType() function in ClangExpressionVariable
86 m_frozen_sp->GetValue().SetClangType(clang_type); in SetClangType()
DClangExpressionDeclMap.cpp1477 var_location.SetClangType(type_to_use); in GetVariableValue()
1632 parser_vars->m_lldb_value.SetClangType(user_type); in AddOneGenericVariable()
1699 parser_vars->m_lldb_value.SetClangType(user_type); in ResolveUnknownTypes()
1702 entity->SetClangType(user_type); in ResolveUnknownTypes()
1848 entity->SetClangType (function_clang_type); in AddOneFunction()
DClangFunction.cpp466 ret_value.SetClangType(m_function_return_type); in FetchFunctionResults()
/external/lldb/source/Symbol/
DClangASTType.cpp240 … element_type_ptr->SetClangType (m_ast, cast<ConstantArrayType>(qual_type)->getElementType()); in IsArrayType()
247 … element_type_ptr->SetClangType (m_ast, cast<IncompleteArrayType>(qual_type)->getElementType()); in IsArrayType()
256 … element_type_ptr->SetClangType (m_ast, cast<VariableArrayType>(qual_type)->getElementType()); in IsArrayType()
263 …element_type_ptr->SetClangType (m_ast, cast<DependentSizedArrayType>(qual_type)->getElementType()); in IsArrayType()
467 … pointee_type->SetClangType (m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType()); in IsPointerType()
471 … pointee_type->SetClangType (m_ast, cast<BlockPointerType>(qual_type)->getPointeeType()); in IsPointerType()
475 … pointee_type->SetClangType (m_ast, cast<PointerType>(qual_type)->getPointeeType()); in IsPointerType()
479 … pointee_type->SetClangType (m_ast, cast<MemberPointerType>(qual_type)->getPointeeType()); in IsPointerType()
518 … pointee_type->SetClangType(m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType()); in IsPointerOrReferenceType()
522 … pointee_type->SetClangType(m_ast, cast<BlockPointerType>(qual_type)->getPointeeType()); in IsPointerOrReferenceType()
[all …]
/external/lldb/include/lldb/Expression/
DClangExpressionVariable.h223 SetClangType (const ClangASTType &clang_type);
418 var_sp->SetClangType (user_type); in CreateVariable()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp101 value.SetClangType (opaque_type); in GetObjectDescription()
113 ret.SetClangType (return_clang_type); in GetObjectDescription()
DAppleObjCTrampolineHandler.cpp519 input_value.SetClangType (clang_void_ptr_type); in RefreshTrampolines()
893 void_ptr_value.SetClangType (clang_void_ptr_type); in GetStepThroughDispatchPlan()
1075 flag_value.SetClangType (clang_int_type); in GetStepThroughDispatchPlan()
DAppleObjCRuntimeV2.cpp1753 value.SetClangType (clang_void_pointer_type); in UpdateISAToDescriptorMapDynamic()
1759 value.SetClangType (clang_uint32_t_type); in UpdateISAToDescriptorMapDynamic()
1829 return_value.SetClangType (clang_uint32_t_type); in UpdateISAToDescriptorMapDynamic()
2004 value.SetClangType (clang_void_pointer_type); in UpdateISAToDescriptorMapSharedCache()
2010 value.SetClangType (clang_uint32_t_type); in UpdateISAToDescriptorMapSharedCache()
2080 return_value.SetClangType (clang_uint32_t_type); in UpdateISAToDescriptorMapSharedCache()
/external/lldb/include/lldb/Symbol/
DClangASTType.h271 SetClangType (clang::ASTContext *ast, lldb::clang_type_t type) in SetClangType() function
278 SetClangType (clang::ASTContext *ast, clang::QualType qual_type);
/external/lldb/include/lldb/Core/
DValue.h137 SetClangType (const ClangASTType &clang_type);
/external/lldb/source/Commands/
DCommandObjectArgs.cpp243 value.SetClangType (clang_type); in DoExecute()
DCommandObjectMemory.cpp529 … clang_ast_type.SetClangType(&tdecl->getASTContext(),(lldb::clang_type_t)tdecl->getTypeForDecl()); in DoExecute()
/external/lldb/source/Target/
DThreadPlanTracer.cpp246 value.SetClangType (intptr_type); in Log()
/external/lldb/source/DataFormatters/
DNSDictionary.cpp54 clang_type.SetClangType(ast, clang::QualType(record_decl->getTypeForDecl(), 0)); in GetLLDBNSPairType()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp631 input_value.SetClangType (clang_uint32_type); in NotifyBreakpointHit()
635 input_value.SetClangType (clang_void_ptr_type); in NotifyBreakpointHit()
/external/lldb/source/Plugins/ABI/MacOSX-i386/
DABIMacOSX_i386.cpp753 value.SetClangType (clang_type); in GetReturnValueObjectImpl()
/external/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.cpp435 value.SetClangType (clang_type); in GetReturnValueObjectImpl()
/external/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.cpp657 value.SetClangType (return_clang_type); in GetReturnValueObjectSimple()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp6112 … clang_type.SetClangType(ast.getASTContext(), m_forward_decl_die_to_clang_type.lookup (die)); in ParseType()
6301 … clang_type.SetClangType (ast.getASTContext(), m_forward_decl_die_to_clang_type.lookup (die)); in ParseType()