Lines Matching refs:LocalVariable
104 struct LocalVariable { struct
119 SmallVector<LocalVariable, 1> InlinedLocals; argument
130 SmallVector<LocalVariable, 1> Locals;
165 SmallVector<LocalVariable, 1> Locals;
227 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables;
264 void calculateRanges(LocalVariable &Var,
391 SmallVectorImpl<LocalVariable> &Locals,
395 SmallVectorImpl<LocalVariable> &ParentLocals,
400 void recordLocalVariable(LocalVariable &&Var, const LexicalScope *LS);
404 ArrayRef<LocalVariable> Locals);
407 void emitLocalVariable(const FunctionInfo &FI, const LocalVariable &Var);