Searched refs:Cleansed (Results 1 – 2 of 2) sorted by relevance
676 const DILocalVariable *&Cleansed) { in getExistingAbstractVariable() argument678 Cleansed = IV.first; in getExistingAbstractVariable()679 auto I = AbstractVariables.find(Cleansed); in getExistingAbstractVariable()686 const DILocalVariable *Cleansed; in getExistingAbstractVariable() local687 return getExistingAbstractVariable(IV, Cleansed); in getExistingAbstractVariable()699 const DILocalVariable *Cleansed = nullptr; in ensureAbstractVariableIsCreated() local700 if (getExistingAbstractVariable(IV, Cleansed)) in ensureAbstractVariableIsCreated()703 createAbstractVariable(Cleansed, LScopes.getOrCreateAbstractScope( in ensureAbstractVariableIsCreated()709 const DILocalVariable *Cleansed = nullptr; in ensureAbstractVariableIsCreatedIfScoped() local710 if (getExistingAbstractVariable(IV, Cleansed)) in ensureAbstractVariableIsCreatedIfScoped()[all …]
316 const DILocalVariable *&Cleansed);