Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp168 const Expr *digThroughConstructors(const Expr *E) { in digThroughConstructors() function
181 return digThroughConstructors(E); in digThroughConstructors()
360 Init = digThroughConstructors(Init); in isAliasDecl()
DLoopConvertUtils.h278 const Expr *digThroughConstructors(const Expr *E);
DLoopConvertCheck.cpp339 dyn_cast_or_null<CXXMemberCallExpr>(digThroughConstructors(Init)); in getContainerFromBeginEndCall()