Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1278 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl() function
1280 return getValueDecl(CE->getSubExpr()); in getValueDecl()
1767 const ValueDecl *D = getValueDecl(Exp); in checkAccess()
1832 const ValueDecl *D = getValueDecl(Exp); in checkPtAccess()