Searched refs:InitListChecker (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 248 class InitListChecker { class 376 InitListChecker(Sema &S, const InitializedEntity &Entity, 388 ExprResult InitListChecker::PerformEmptyInit(Sema &SemaRef, in PerformEmptyInit() 510 void InitListChecker::FillInEmptyInitForBase( in FillInEmptyInitForBase() 817 InitListChecker::InitListChecker(Sema &S, const InitializedEntity &Entity, in InitListChecker() function in InitListChecker 843 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements() 853 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements() 1878 void InitListChecker::CheckStructUnionTypes( in CheckStructUnionTypes() 4280 InitListChecker CheckInitList(S, Entity, InitList, in TryListInitialization() 7747 InitListChecker PerformInitList(S, InitEntity, in Perform() [all …]
|