Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp490 void reportUse(const Expr *ex, const VarDecl *vd);
664 void TransferFunctions::reportUse(const Expr *ex, const VarDecl *vd) { in reportUse() function in TransferFunctions
717 reportUse(be, vd); in VisitBlockExpr()
749 reportUse(dr, cast<VarDecl>(dr->getDecl())); in VisitDeclRefExpr()