Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp219 static const Expr *getDereferenceOperand(const Expr *E) { in getDereferenceOperand() function
297 if (const Expr *InnerObj = getDereferenceOperand(Obj->IgnoreParenImpCasts())) in isIndexInSubscriptExpr()