Home | History | Annotate | Download | only in Checkers

Lines Matching refs:DeclRefExpr

94   static bool isConstantOrPseudoConstant(const DeclRefExpr *DR,
470 const DeclRefExpr *LHS_DR = dyn_cast<DeclRefExpr>(LHS);
478 const DeclRefExpr *RHS_DR = dyn_cast<DeclRefExpr>(RHS);
495 const DeclRefExprDeclRefExpr>(E->IgnoreParenCasts());
514 const DeclRefExpr *LHS_DR = dyn_cast<DeclRefExpr>(LHS->IgnoreParenCasts());
522 const DeclRefExpr *RHS_DR = dyn_cast<DeclRefExpr>(RHS->IgnoreParenCasts());
529 return dyn_cast<DeclRefExpr>(RHS->IgnoreParenLValueCasts()) == NULL;
665 return !isConstantOrPseudoConstant(cast<DeclRefExpr>(Ex), AC);
699 // Returns true if a DeclRefExpr is or behaves like a constant.
701 const DeclRefExpr *DR,
728 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S);