Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DExplicitConstructorCheck.cpp106 bool TakesInitializerList = isStdInitializerList( in check() local
109 (Ctor->isCopyOrMoveConstructor() || TakesInitializerList)) { in check()
136 TakesInitializerList) in check()