Home | History | Annotate | Download | only in Checkers

Lines Matching refs:DR

94   static bool isConstantOrPseudoConstant(const DeclRefExpr *DR,
495 const DeclRefExpr *DR
496 if (!DR)
499 const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl());
701 const DeclRefExpr *DR,
704 if (DR->getType().isConstQualified())
708 if (isa<EnumConstantDecl>(DR->getDecl()))
711 const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl());
728 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S);
730 if (DR)
731 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl()))