Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp48 void forEachFieldWithFilter(const RecordDecl &Record, const T &Fields, in forEachFieldWithFilter() function
54 forEachFieldWithFilter(*R, R->fields(), AnyMemberHasInitPerUnion, Fn); in forEachFieldWithFilter()
482 forEachFieldWithFilter(ClassDecl, ClassDecl.fields(), in checkMissingMemberInitializer()