Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp1188 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl() function
1190 return getValueDecl(CE->getSubExpr()); in getValueDecl()
1252 if (const ValueDecl *VD = getValueDecl(A->getArg())) in ClassifyDiagnostic()
1261 if (const ValueDecl *VD = getValueDecl(Arg)) in ClassifyDiagnostic()
1753 const ValueDecl *D = getValueDecl(Exp); in checkAccess()
1792 const ValueDecl *D = getValueDecl(Exp); in checkPtAccess()