Home | History | Annotate | Download | only in Core

Lines Matching refs:isDeclRefExprToReference

37 bool bugreporter::isDeclRefExprToReference(const Expr *E) {
63 if (ME->isArrow() || isDeclRefExprToReference(ME->getBase())) {
77 else if (isDeclRefExprToReference(E)) {