Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp352 struct VarDefinition { struct in __anon4f66b6dc0811::LocalVariableMap
356 const NamedDecl *Dec; // The original declaration for this variable.
357 const Expr *Exp; // The expression for this variable, OR
358 unsigned Ref; // Reference to another VarDefinition
359 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() argument
370 VarDefinition(const NamedDecl *D, unsigned R, Context C) in VarDefinition() function