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

/external/clang/lib/Analysis/
H A DUninitializedValues.cpp425 void reportUse(const Expr *ex, const VarDecl *vd);
575 void TransferFunctions::reportUse(const Expr *ex, const VarDecl *vd) { function in class:TransferFunctions
603 reportUse(be, vd);
623 reportUse(dr, cast<VarDecl>(dr->getDecl()));

Completed in 37 milliseconds