Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp169 const Expr *digThroughConstructorsConversions(const Expr *E) { in digThroughConstructorsConversions() function
182 return digThroughConstructorsConversions(E); in digThroughConstructorsConversions()
188 return digThroughConstructorsConversions(ME->getImplicitObjectArgument()); in digThroughConstructorsConversions()
366 Init = digThroughConstructorsConversions(Init); in isAliasDecl()
H A DLoopConvertUtils.h278 const Expr *digThroughConstructorsConversions(const Expr *E);
H A DLoopConvertCheck.cpp308 digThroughConstructorsConversions(Init)); in getContainerFromBeginEndCall()