Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h96 void findExprComponents(const clang::Expr *SourceExpr) { in findExprComponents() function
H A DLoopConvertCheck.cpp906 ComponentFinder.findExprComponents(ContainerExpr->IgnoreParenImpCasts()); in check()