Home
last modified time | relevance | path

Searched refs:clang_ast_type (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp402 ClangASTType clang_ast_type; in DoExecute() local
535clang_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 …]
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp3839 ValueObject::Cast (const ClangASTType &clang_ast_type) in Cast() argument
3841 return ValueObjectCast::Create (*this, GetName(), clang_ast_type); in Cast()
3845 ValueObject::CastPointerType (const char *name, ClangASTType &clang_ast_type) in CastPointerType() argument
3858 clang_ast_type); in CastPointerType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObject.h749 Cast (const ClangASTType &clang_ast_type);