Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp90 const SmallPtrSetImpl<const T *> &DeclsToInit) { in toCommaSeparatedString() argument
93 if (DeclsToInit.count(Decl)) in toCommaSeparatedString()
192 const SmallPtrSetImpl<const T *> &DeclsToInit) { in computeInsertions() argument
212 if (DeclsToInit.contains(D)) in computeInsertions()
224 if (DeclsToInit.contains(D)) in computeInsertions()
249 const SmallPtrSetImpl<const T *> &DeclsToInit) { in fixInitializerList() argument
258 computeInsertions(Ctor->inits(), OrderedDecls, DeclsToInit)) { in fixInitializerList()