Home
last modified time | relevance | path

Searched refs:getDeclRef (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp204 const DeclRefExpr *getDeclRef(const Expr *E) { in getDeclRef() function
219 const DeclRefExpr *Decl = getDeclRef(E); in exprReferencesVariable()
261 const DeclRefExpr *Idx = getDeclRef(IndexExpr); in isIndexInSubscriptExpr()
548 const DeclRefExpr *Obj = getDeclRef(Base); in TraverseMemberExpr()
563 Obj = getDeclRef(Call->getArg(0)); in TraverseMemberExpr()
H A DLoopConvertUtils.h280 const DeclRefExpr *getDeclRef(const Expr *E);
H A DLoopConvertCheck.cpp377 if (const DeclRefExpr *DRE = getDeclRef(E)) in getReferencedVariable()