Searched refs:findDeclRefExpr (Results 1 – 2 of 2) sorted by relevance
390 const DeclRefExpr *findDeclRefExpr(const Expr *In, in findDeclRefExpr() function399 findDeclRefExpr(In, ShouldRetrieveFromComparisons)) { in findReferencedParmVarDecl()
2495 if (auto *DRE = findDeclRefExpr(S); DRE) { in matches()2510 const DeclRefExpr *findDeclRefExpr(const Stmt *S) { in findDeclRefExpr() function in FixableGadgetMatcher