Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp417 static bool isDirectMemberExpr(const Expr *E) { in isDirectMemberExpr() function
963 !isDirectMemberExpr(ContainerExpr)) in check()