Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseDefaultMemberInitCheck.cpp21 AST_MATCHER_P(InitListExpr, initCountIs, unsigned, N) { in AST_MATCHER_P() argument
211 allOf(initCountIs(1), hasInit(0, ignoringImplicit(InitBase))), in registerMatchers()
212 initCountIs(0))), in registerMatchers()