Searched defs:VarDefinition (Results 1 – 1 of 1) sorted by relevance
352 struct VarDefinition { struct in __anon4f66b6dc0811::LocalVariableMap356 const NamedDecl *Dec; // The original declaration for this variable.357 const Expr *Exp; // The expression for this variable, OR358 unsigned Ref; // Reference to another VarDefinition359 Context Ctx; // The map with which Exp should be interpreted.361 bool isReference() { return !Exp; } in isReference()365 VarDefinition(const NamedDecl *D, const Expr *E, Context C) in VarDefinition() argument370 VarDefinition(const NamedDecl *D, unsigned R, Context C) in VarDefinition() function