Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DeclRefExpr

91   llvm::DenseMap<const DeclRefExpr *, unsigned> inAssignment;
209 void VisitDeclRefExpr(DeclRefExpr *DR);
342 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS))
371 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) {
387 DeclRefExpr *DR = nullptr;
394 else if ((DR = dyn_cast<DeclRefExpr>(cast<Expr>(element)->IgnoreParens()))) {
438 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens()))
517 DeclRefExpr appears in such a context, and thus
526 if (const DeclRefExpr *DR =
527 dyn_cast<DeclRefExpr>(BO->getLHS()->IgnoreParens())) {