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

/external/clang/lib/Analysis/
H A DThreadSafety.cpp1456 static const ValueDecl *getValueDecl(const Expr *Exp) { function
1458 return getValueDecl(CE->getSubExpr());
1517 if (const ValueDecl *VD = getValueDecl(A->getArg()))
1527 if (const ValueDecl *VD = getValueDecl(Arg))
1925 const ValueDecl *D = getValueDecl(Exp);
1958 const ValueDecl *D = getValueDecl(Exp);

Completed in 92 milliseconds