Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp958 struct VarDefinition { struct in __anond7afc2f90111::LocalVariableMap
962 const NamedDecl *Dec; // The original declaration for this variable.
963 const Expr *Exp; // The expression for this variable, OR
964 unsigned Ref; // Reference to another VarDefinition
965 Context Ctx; // The map with which Exp should be interpreted.
967 bool isReference() { return !Exp; } in isReference()
971 VarDefinition(const NamedDecl *D, const Expr *E, Context C) in VarDefinition() function
976 VarDefinition(const NamedDecl *D, unsigned R, Context C) in VarDefinition() function