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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectCast.cpp58 m_value.SetClangType (cast_type);
103 m_value.SetClangType (clang_type);
H A DValueObjectConstResult.cpp97 m_value.SetClangType(clang_type);
148 m_value.SetClangType (clang_type);
194 m_value.SetClangType (clang_type);
H A DValueObjectMemory.cpp107 m_value.SetClangType(m_clang_type);
245 value.SetClangType(m_clang_type);
H A DValueObjectChild.cpp122 m_value.SetClangType(GetClangType());
H A DValueObjectDynamicValue.cpp305 m_value.SetClangType (m_dynamic_type_info.GetClangASTType());
H A DValueObjectVariable.cpp162 m_value.SetClangType(clang_type);
H A DValue.cpp260 Value::SetClangType (const ClangASTType &clang_type) function in class:Value
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionVariable.cpp84 ClangExpressionVariable::SetClangType(const ClangASTType &clang_type) function in class:ClangExpressionVariable
86 m_frozen_sp->GetValue().SetClangType(clang_type);
H A DClangExpressionDeclMap.cpp1562 var_location.SetClangType(type_to_use);
1719 parser_vars->m_lldb_value.SetClangType(user_type);
1786 parser_vars->m_lldb_value.SetClangType(user_type);
1789 entity->SetClangType(user_type);
1935 entity->SetClangType (function_clang_type);
H A DClangFunction.cpp459 ret_value.SetClangType(m_function_return_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangExpressionVariable.h223 SetClangType (const ClangASTType &clang_type);
418 var_sp->SetClangType (user_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h137 SetClangType (const ClangASTType &clang_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectArgs.cpp243 value.SetClangType (clang_type);
H A DCommandObjectMemory.cpp532 clang_ast_type.SetClangType(&tdecl->getASTContext(),(lldb::clang_type_t)tdecl->getTypeForDecl());
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTType.h280 SetClangType (clang::ASTContext *ast, lldb::clang_type_t type) function in class:lldb_private::ClangASTType
287 SetClangType (clang::ASTContext *ast, clang::QualType qual_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp241 element_type_ptr->SetClangType (m_ast, cast<ConstantArrayType>(qual_type)->getElementType());
248 element_type_ptr->SetClangType (m_ast, cast<IncompleteArrayType>(qual_type)->getElementType());
257 element_type_ptr->SetClangType (m_ast, cast<VariableArrayType>(qual_type)->getElementType());
264 element_type_ptr->SetClangType (m_ast, cast<DependentSizedArrayType>(qual_type)->getElementType());
516 pointee_type->SetClangType (m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType());
520 pointee_type->SetClangType (m_ast, cast<BlockPointerType>(qual_type)->getPointeeType());
524 pointee_type->SetClangType (m_ast, cast<PointerType>(qual_type)->getPointeeType());
528 pointee_type->SetClangType (m_ast, cast<MemberPointerType>(qual_type)->getPointeeType());
567 pointee_type->SetClangType(m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType());
571 pointee_type->SetClangType(m_as
1490 ClangASTType::SetClangType (clang::ASTContext *ast, clang::QualType qual_type) function in class:ClangASTType
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanTracer.cpp248 value.SetClangType (intptr_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DNSDictionary.cpp54 clang_type.SetClangType(ast, clang::QualType(record_decl->getTypeForDecl(), 0));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp425 value.SetClangType (clang_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp659 value.SetClangType (clang_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp632 value.SetClangType (return_clang_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp6173 clang_type.SetClangType(ast.getASTContext(), m_forward_decl_die_to_clang_type.lookup (die));
6391 clang_type.SetClangType (ast.getASTContext(), m_forward_decl_die_to_clang_type.lookup (die));

Completed in 298 milliseconds