Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DUninitializedValues.cpp484 void reportConstRefUse(const Expr *ex, const VarDecl *vd);
683 void TransferFunctions::reportConstRefUse(const Expr *ex, const VarDecl *vd) { in reportConstRefUse() function in TransferFunctions
759 reportConstRefUse(dr, cast<VarDecl>(dr->getDecl())); in VisitDeclRefExpr()