Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp326 static bool isDereferenceOfUop(const UnaryOperator *Uop, in isDereferenceOfUop() function
388 return isDereferenceOfUop(cast<UnaryOperator>(Init), IndexVar); in isAliasDecl()
507 if (isDereferenceOfUop(Uop, IndexVar)) { in TraverseUnaryOperator()