/external/lldb/source/Core/ |
D | ValueObjectCast.cpp | 58 m_value.SetClangType (cast_type); in ValueObjectCast() 103 m_value.SetClangType (clang_type); in UpdateValue()
|
D | ValueObjectConstResult.cpp | 97 m_value.SetClangType(clang_type); in ValueObjectConstResult() 148 m_value.SetClangType (clang_type); in ValueObjectConstResult() 194 m_value.SetClangType (clang_type); in ValueObjectConstResult()
|
D | ValueObjectMemory.cpp | 107 m_value.SetClangType(m_clang_type); in ValueObjectMemory() 245 value.SetClangType(m_clang_type); in UpdateValue()
|
D | ValueObjectChild.cpp | 122 m_value.SetClangType(GetClangType()); in UpdateValue()
|
D | ValueObjectDynamicValue.cpp | 253 m_value.SetClangType (corrected_type); in UpdateValue()
|
D | Value.cpp | 259 Value::SetClangType (const ClangASTType &clang_type) in SetClangType() function in Value
|
/external/lldb/source/Expression/ |
D | ClangExpressionVariable.cpp | 84 ClangExpressionVariable::SetClangType(const ClangASTType &clang_type) in SetClangType() function in ClangExpressionVariable 86 m_frozen_sp->GetValue().SetClangType(clang_type); in SetClangType()
|
D | ClangExpressionDeclMap.cpp | 1477 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()
|
D | ClangFunction.cpp | 466 ret_value.SetClangType(m_function_return_type); in FetchFunctionResults()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 240 … 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/ |
D | ClangExpressionVariable.h | 223 SetClangType (const ClangASTType &clang_type); 418 var_sp->SetClangType (user_type); in CreateVariable()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 101 value.SetClangType (opaque_type); in GetObjectDescription() 113 ret.SetClangType (return_clang_type); in GetObjectDescription()
|
D | AppleObjCTrampolineHandler.cpp | 519 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()
|
D | AppleObjCRuntimeV2.cpp | 1753 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/ |
D | ClangASTType.h | 271 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/ |
D | Value.h | 137 SetClangType (const ClangASTType &clang_type);
|
/external/lldb/source/Commands/ |
D | CommandObjectArgs.cpp | 243 value.SetClangType (clang_type); in DoExecute()
|
D | CommandObjectMemory.cpp | 529 … clang_ast_type.SetClangType(&tdecl->getASTContext(),(lldb::clang_type_t)tdecl->getTypeForDecl()); in DoExecute()
|
/external/lldb/source/Target/ |
D | ThreadPlanTracer.cpp | 246 value.SetClangType (intptr_type); in Log()
|
/external/lldb/source/DataFormatters/ |
D | NSDictionary.cpp | 54 clang_type.SetClangType(ast, clang::QualType(record_decl->getTypeForDecl(), 0)); in GetLLDBNSPairType()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 631 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/ |
D | ABIMacOSX_i386.cpp | 753 value.SetClangType (clang_type); in GetReturnValueObjectImpl()
|
/external/lldb/source/Plugins/ABI/MacOSX-arm/ |
D | ABIMacOSX_arm.cpp | 435 value.SetClangType (clang_type); in GetReturnValueObjectImpl()
|
/external/lldb/source/Plugins/ABI/SysV-x86_64/ |
D | ABISysV_x86_64.cpp | 657 value.SetClangType (return_clang_type); in GetReturnValueObjectSimple()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 6112 … 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()
|