9#ifndef LLDB_SYMBOL_TAGGEDASTTYPE_H
10#define LLDB_SYMBOL_TAGGEDASTTYPE_H
const CompilerType & operator=(const CompilerType &rhs)
Operators.
CompilerType(lldb::TypeSystemWP type_system, lldb::opaque_compiler_type_t type)
Creates a CompilerType with the given TypeSystem and opaque compiler type.
TaggedASTType(lldb::opaque_compiler_type_t type, lldb::TypeSystemWP type_system)
TaggedASTType< C > & operator=(const TaggedASTType< C > &tw)
TaggedASTType(const TaggedASTType< C > &tw)
TaggedASTType(const CompilerType &compiler_type)
virtual ~TaggedASTType()=default
A class that represents a running process on the host machine.
TaggedASTType< 0 > TypeFromParser
TaggedASTType< 1 > TypeFromUser
void * opaque_compiler_type_t
std::weak_ptr< lldb_private::TypeSystem > TypeSystemWP