Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp2126 size_t NumRecordDecls = llvm::count_if(RD->decls(), [&](const Decl *D) { in CheckStructUnionTypes() local
2186 if (NumRecordDecls == 1) in CheckStructUnionTypes()