Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp499 void reportConstRefUse(const Expr *ex, const VarDecl *vd);
676 void TransferFunctions::reportConstRefUse(const Expr *ex, const VarDecl *vd) { in reportConstRefUse() function in TransferFunctions
752 reportConstRefUse(dr, cast<VarDecl>(dr->getDecl())); in VisitDeclRefExpr()