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.cpp498 void reportUse(const Expr *ex, const VarDecl *vd);
670 void TransferFunctions::reportUse(const Expr *ex, const VarDecl *vd) { in reportUse() function in TransferFunctions
711 reportUse(be, vd); in VisitBlockExpr()
743 reportUse(dr, cast<VarDecl>(dr->getDecl())); in VisitDeclRefExpr()