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