Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1190 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl() function
1192 return getValueDecl(CE->getSubExpr()); in getValueDecl()
1255 if (const ValueDecl *VD = getValueDecl(A->getArg())) in ClassifyDiagnostic()
1265 if (const ValueDecl *VD = getValueDecl(Arg)) in ClassifyDiagnostic()
1739 const ValueDecl *D = getValueDecl(Exp); in checkAccess()
1778 const ValueDecl *D = getValueDecl(Exp); in checkPtAccess()