Searched refs:getValueDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DThreadSafety.cpp1757 const ValueDecl *getValueDecl(const Expr *Exp);
1787 const ValueDecl *BuildLockset::getValueDecl(const Expr *Exp) { function in class:__anon15161::BuildLockset
1789 return getValueDecl(CE->getSubExpr());
1881 const ValueDecl *D = getValueDecl(Exp);
1899 const ValueDecl *D = getValueDecl(Exp);

Completed in 82 milliseconds