Lines Matching defs:DbgVariable
62 /// This class is defined as the common parent of DbgVariable and DbgLabel
64 /// DbgVariable and DbgLabel.
103 class DbgVariable;
128 // Namespace for alternatives of a DbgVariable.
188 /// Alias for the std::variant specialization base class of DbgVariable.
197 /// This is not distinguished from the case of a constructed \c DbgVariable
214 class DbgVariable : public DbgEntity, public Loc::Variant {
239 /// Construct a DbgVariable.
242 DbgVariable(const DILocalVariable *V, const DILocation *IA)
261 /// Return true if DbgVariable is artificial.