Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp481 void reportConstRefUse(const Expr *ex, const VarDecl *vd);
680 void TransferFunctions::reportConstRefUse(const Expr *ex, const VarDecl *vd) { in reportConstRefUse() function in TransferFunctions
756 reportConstRefUse(dr, cast<VarDecl>(dr->getDecl())); in VisitDeclRefExpr()