Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp225 static const Expr *getDereferenceOperand(const Expr *E) { in getDereferenceOperand() function
303 if (const Expr *InnerObj = getDereferenceOperand(Obj->IgnoreParenImpCasts())) in isIndexInSubscriptExpr()