Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DUninitializedValues.cpp508 void reportUse(const Expr *ex, const VarDecl *vd);
677 void TransferFunctions::reportUse(const Expr *ex, const VarDecl *vd) { in reportUse() function in TransferFunctions
702 reportUse(be, vd); in VisitBlockExpr()
734 reportUse(dr, cast<VarDecl>(dr->getDecl())); in VisitDeclRefExpr()