Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp198 const DeclRefExpr *getDeclRef(const Expr *E) { in getDeclRef() function
213 const DeclRefExpr *Decl = getDeclRef(E); in exprReferencesVariable()
255 const DeclRefExpr *Idx = getDeclRef(IndexExpr); in isIndexInSubscriptExpr()
542 const DeclRefExpr *Obj = getDeclRef(Base); in TraverseMemberExpr()
557 Obj = getDeclRef(Call->getArg(0)); in TraverseMemberExpr()
DLoopConvertUtils.h280 const DeclRefExpr *getDeclRef(const Expr *E);
DLoopConvertCheck.cpp408 if (const DeclRefExpr *DRE = getDeclRef(E)) in getReferencedVariable()