Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp1089 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl() function
1091 return getValueDecl(CE->getSubExpr()); in getValueDecl()
1152 if (const ValueDecl *VD = getValueDecl(A->getArg())) in ClassifyDiagnostic()
1162 if (const ValueDecl *VD = getValueDecl(Arg)) in ClassifyDiagnostic()
1624 const ValueDecl *D = getValueDecl(Exp); in checkAccess()
1664 const ValueDecl *D = getValueDecl(Exp); in checkPtAccess()