Searched refs:LHSRef (Results 1 – 1 of 1) sorted by relevance
1631 if (const auto *LHSRef = dyn_cast<DeclRefExpr>(LHS); in matches() local1632 !LHSRef || !hasPointerType(*LHSRef) || in matches()1633 !isSupportedVariable(*LHSRef)) { in matches()1696 if (const auto *LHSRef = dyn_cast<DeclRefExpr>(LHS); in matches() local1697 !LHSRef || !hasPointerType(*LHSRef) || in matches()1698 !isSupportedVariable(*LHSRef)) { in matches()