Lines Matching refs:LocalVariable
96 struct LocalVariable { struct
108 SmallVector<LocalVariable, 1> InlinedLocals; argument
119 SmallVector<LocalVariable, 1> Locals;
142 SmallVector<LocalVariable, 1> Locals;
193 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables;
230 void calculateRanges(LocalVariable &Var,
353 SmallVectorImpl<LocalVariable> &Locals,
357 SmallVectorImpl<LocalVariable> &ParentLocals,
362 void recordLocalVariable(LocalVariable &&Var, const LexicalScope *LS);
366 ArrayRef<LocalVariable> Locals);
369 void emitLocalVariable(const FunctionInfo &FI, const LocalVariable &Var);