Home
last modified time | relevance | path

Searched defs:VarDefinition (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp350 struct VarDefinition { struct in __anond54a86130811::LocalVariableMap
354 const NamedDecl *Dec; // The original declaration for this variable.
355 const Expr *Exp; // The expression for this variable, OR
356 unsigned Ref; // Reference to another VarDefinition
357 Context Ctx; // The map with which Exp should be interpreted.
359 bool isReference() { return !Exp; } in isReference()
363 VarDefinition(const NamedDecl *D, const Expr *E, Context C) in VarDefinition() argument
368 VarDefinition(const NamedDecl *D, unsigned R, Context C) in VarDefinition() function