Searched refs:ast_type (Results 1 – 10 of 10) sorted by relevance
198 const ClangASTType &ast_type = GetClangType(); in GetValueByteSize() local199 if (ast_type.IsValid()) in GetValueByteSize()200 byte_size = ast_type.GetByteSize(); in GetValueByteSize()278 const ClangASTType &ast_type = GetClangType(); in GetValueDefaultFormat() local279 if (ast_type.IsValid()) in GetValueDefaultFormat()280 return ast_type.GetFormat(); in GetValueDefaultFormat()330 const ClangASTType &ast_type = GetClangType(); in GetValueAsData() local334 if (ast_type.IsValid()) in GetValueAsData()335 data.SetAddressByteSize (ast_type.GetPointerByteSize()); in GetValueAsData()343 if (ast_type.IsValid()) in GetValueAsData()[all …]
49 const ClangASTType &ast_type) in Create() argument51 return (new ValueObjectMemory (exe_scope, name, address, ast_type))->GetSP(); in Create()93 const ClangASTType &ast_type) : in ValueObjectMemory() argument97 m_clang_type(ast_type) in ValueObjectMemory()
108 ClangASTType &ast_type, in GetReturnValueObject() argument111 if (!ast_type.IsValid()) in GetReturnValueObject()116 return_valobj_sp = GetReturnValueObjectImpl(thread, ast_type); in GetReturnValueObject()
39 const ClangASTType &ast_type);82 const ClangASTType &ast_type);
915 ClangASTType &ast_type);
60 lldb_private::ClangASTType &ast_type) const;
54 lldb_private::ClangASTType &ast_type) const;
50 lldb_private::ClangASTType &ast_type) const;
25 $(GLSL_SRCDIR)/ast_type.cpp \
291 ClangASTType ast_type(valobj.GetClangType());292 bool ret = Get(valobj, ast_type, entry, use_dynamic, value);