| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | ValueObjectCast.cpp | 58 m_value.SetClangType (cast_type); in ValueObjectCast() 103 m_value.SetClangType (clang_type); in UpdateValue()
|
| HD | 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()
|
| HD | ValueObjectMemory.cpp | 107 m_value.SetClangType(m_clang_type); in ValueObjectMemory() 245 value.SetClangType(m_clang_type); in UpdateValue()
|
| HD | ValueObjectChild.cpp | 122 m_value.SetClangType(GetClangType()); in UpdateValue()
|
| HD | ValueObjectVariable.cpp | 162 m_value.SetClangType(clang_type); in UpdateValue()
|
| HD | ValueObjectDynamicValue.cpp | 305 m_value.SetClangType (m_dynamic_type_info.GetClangASTType()); in UpdateValue()
|
| HD | Value.cpp | 260 Value::SetClangType (const ClangASTType &clang_type) in SetClangType() function in Value
|
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangExpressionVariable.cpp | 84 ClangExpressionVariable::SetClangType(const ClangASTType &clang_type) in SetClangType() function in ClangExpressionVariable 86 m_frozen_sp->GetValue().SetClangType(clang_type); in SetClangType()
|
| HD | ClangExpressionDeclMap.cpp | 1562 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()
|
| HD | ClangFunction.cpp | 459 ret_value.SetClangType(m_function_return_type); in FetchFunctionResults()
|
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ClangASTType.cpp | 241 … 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/ |
| HD | ClangExpressionVariable.h | 223 SetClangType (const ClangASTType &clang_type); 418 var_sp->SetClangType (user_type); in CreateVariable()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | ClangASTType.h | 280 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/ |
| HD | Value.h | 137 SetClangType (const ClangASTType &clang_type);
|
| /trueos/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectArgs.cpp | 243 value.SetClangType (clang_type); in DoExecute()
|
| HD | CommandObjectMemory.cpp | 532 … clang_ast_type.SetClangType(&tdecl->getASTContext(),(lldb::clang_type_t)tdecl->getTypeForDecl()); in DoExecute()
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | ThreadPlanTracer.cpp | 248 value.SetClangType (intptr_type); in Log()
|
| /trueos/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | NSDictionary.cpp | 54 clang_type.SetClangType(ast, clang::QualType(record_decl->getTypeForDecl(), 0)); in GetLLDBNSPairType()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ |
| HD | ABIMacOSX_i386.cpp | 659 value.SetClangType (clang_type); in GetReturnValueObjectImpl()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ |
| HD | ABIMacOSX_arm.cpp | 425 value.SetClangType (clang_type); in GetReturnValueObjectImpl()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ |
| HD | ABISysV_x86_64.cpp | 632 value.SetClangType (return_clang_type); in GetReturnValueObjectSimple()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARF.cpp | 6173 … 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()
|