Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp1184 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl() function
1186 return getValueDecl(CE->getSubExpr()); in getValueDecl()
1705 const ValueDecl *D = getValueDecl(Exp); in checkAccess()
1743 const ValueDecl *D = getValueDecl(Exp); in checkPtAccess()