Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObjectCast.cpp58 m_value.SetClangType (cast_type); in ValueObjectCast()
103 m_value.SetClangType (clang_type); in UpdateValue()
HDValueObjectConstResult.cpp97 m_value.SetClangType(clang_type); in ValueObjectConstResult()
148 m_value.SetClangType (clang_type); in ValueObjectConstResult()
194 m_value.SetClangType (clang_type); in ValueObjectConstResult()
HDValueObjectMemory.cpp107 m_value.SetClangType(m_clang_type); in ValueObjectMemory()
245 value.SetClangType(m_clang_type); in UpdateValue()
HDValueObjectChild.cpp122 m_value.SetClangType(GetClangType()); in UpdateValue()
HDValueObjectVariable.cpp162 m_value.SetClangType(clang_type); in UpdateValue()
HDValueObjectDynamicValue.cpp305 m_value.SetClangType (m_dynamic_type_info.GetClangASTType()); in UpdateValue()
HDValue.cpp260 Value::SetClangType (const ClangASTType &clang_type) in SetClangType() function in Value
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionVariable.cpp84 ClangExpressionVariable::SetClangType(const ClangASTType &clang_type) in SetClangType() function in ClangExpressionVariable
86 m_frozen_sp->GetValue().SetClangType(clang_type); in SetClangType()
HDClangExpressionDeclMap.cpp1562 var_location.SetClangType(type_to_use); in GetVariableValue()
1719 parser_vars->m_lldb_value.SetClangType(user_type); in AddOneGenericVariable()
1786 parser_vars->m_lldb_value.SetClangType(user_type); in ResolveUnknownTypes()
1789 entity->SetClangType(user_type); in ResolveUnknownTypes()
1935 entity->SetClangType (function_clang_type); in AddOneFunction()
HDClangFunction.cpp459 ret_value.SetClangType(m_function_return_type); in FetchFunctionResults()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp241 … element_type_ptr->SetClangType (m_ast, cast<ConstantArrayType>(qual_type)->getElementType()); in IsArrayType()
248 … element_type_ptr->SetClangType (m_ast, cast<IncompleteArrayType>(qual_type)->getElementType()); in IsArrayType()
257 … element_type_ptr->SetClangType (m_ast, cast<VariableArrayType>(qual_type)->getElementType()); in IsArrayType()
264 …element_type_ptr->SetClangType (m_ast, cast<DependentSizedArrayType>(qual_type)->getElementType()); in IsArrayType()
516 … pointee_type->SetClangType (m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType()); in IsPointerType()
520 … pointee_type->SetClangType (m_ast, cast<BlockPointerType>(qual_type)->getPointeeType()); in IsPointerType()
524 … pointee_type->SetClangType (m_ast, cast<PointerType>(qual_type)->getPointeeType()); in IsPointerType()
528 … pointee_type->SetClangType (m_ast, cast<MemberPointerType>(qual_type)->getPointeeType()); in IsPointerType()
567 … pointee_type->SetClangType(m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType()); in IsPointerOrReferenceType()
571 … pointee_type->SetClangType(m_ast, cast<BlockPointerType>(qual_type)->getPointeeType()); in IsPointerOrReferenceType()
[all …]
/trueos/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangExpressionVariable.h223 SetClangType (const ClangASTType &clang_type);
418 var_sp->SetClangType (user_type); in CreateVariable()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h280 SetClangType (clang::ASTContext *ast, lldb::clang_type_t type) in SetClangType() function
287 SetClangType (clang::ASTContext *ast, clang::QualType qual_type);
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDValue.h137 SetClangType (const ClangASTType &clang_type);
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectArgs.cpp243 value.SetClangType (clang_type); in DoExecute()
HDCommandObjectMemory.cpp532 … clang_ast_type.SetClangType(&tdecl->getASTContext(),(lldb::clang_type_t)tdecl->getTypeForDecl()); in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanTracer.cpp248 value.SetClangType (intptr_type); in Log()
/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDNSDictionary.cpp54 clang_type.SetClangType(ast, clang::QualType(record_decl->getTypeForDecl(), 0)); in GetLLDBNSPairType()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
HDABIMacOSX_i386.cpp659 value.SetClangType (clang_type); in GetReturnValueObjectImpl()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
HDABIMacOSX_arm.cpp425 value.SetClangType (clang_type); in GetReturnValueObjectImpl()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
HDABISysV_x86_64.cpp632 value.SetClangType (return_clang_type); in GetReturnValueObjectSimple()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp6173 … clang_type.SetClangType(ast.getASTContext(), m_forward_decl_die_to_clang_type.lookup (die)); in ParseType()
6391 … clang_type.SetClangType (ast.getASTContext(), m_forward_decl_die_to_clang_type.lookup (die)); in ParseType()