Lines Matching refs:Var
65 const DILocalVariable *Var; /// Variable Descriptor. variable
80 : Var(V), IA(IA), DD(DD) {} in DbgVariable()
101 assert(Var == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
111 const DILocalVariable *getVariable() const { return Var; } in getVariable()
118 StringRef getName() const { return Var->getName(); } in getName()
125 assert(V.Var == Var && "conflicting variable"); in addMMIEntry()
143 if (Var->isParameter()) in getTag()
150 if (Var->isArtificial()) in isArtificial()
158 if (Var->isObjectPointer()) in isObjectPointer()
340 void ensureAbstractVariableIsCreated(InlinedVariable Var,
342 void ensureAbstractVariableIsCreatedIfScoped(InlinedVariable Var,