Searched refs:clang_ast_type (Results 1 – 3 of 3) sorted by relevance
402 ClangASTType clang_ast_type; in DoExecute() local535 …clang_ast_type.SetClangType(&tdecl->getASTContext(),(const lldb::clang_type_t)tdecl->getTypeForDec… in DoExecute()539 if (clang_ast_type.IsValid() == false) in DoExecute()552 clang_ast_type = type_sp->GetClangFullType(); in DoExecute()558 ClangASTType pointer_type = clang_ast_type.GetPointerType(); in DoExecute()560 clang_ast_type = pointer_type; in DoExecute()570 m_format_options.GetByteSizeValue() = clang_ast_type.GetByteSize(nullptr); in DoExecute()604 clang_ast_type = m_prev_clang_ast_type; in DoExecute()687 if (clang_ast_type.GetOpaqueQualType()) in DoExecute()693 …bytes_read = clang_ast_type.GetByteSize(nullptr) * m_format_options.GetCountValue().GetCurrentValu… in DoExecute()[all …]
3839 ValueObject::Cast (const ClangASTType &clang_ast_type) in Cast() argument3841 return ValueObjectCast::Create (*this, GetName(), clang_ast_type); in Cast()3845 ValueObject::CastPointerType (const char *name, ClangASTType &clang_ast_type) in CastPointerType() argument3858 clang_ast_type); in CastPointerType()
749 Cast (const ClangASTType &clang_ast_type);