Lines Matching refs:InitListChecker

285 class InitListChecker {  class
478 InitListChecker(Sema &S, const InitializedEntity &Entity, InitListExpr *IL,
490 ExprResult InitListChecker::PerformEmptyInit(SourceLocation Loc, in PerformEmptyInit()
601 void InitListChecker::CheckEmptyInitializable(const InitializedEntity &Entity, in CheckEmptyInitializable()
611 void InitListChecker::FillInEmptyInitForBase( in FillInEmptyInitForBase()
643 void InitListChecker::FillInEmptyInitForField(unsigned Init, FieldDecl *Field, in FillInEmptyInitForField()
741 InitListChecker::FillInEmptyInitializations(const InitializedEntity &Entity, in FillInEmptyInitializations()
943 InitListChecker::InitListChecker(Sema &S, const InitializedEntity &Entity, in InitListChecker() function in InitListChecker
975 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
985 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
1045 void InitListChecker::CheckImplicitInitList(const InitializedEntity &Entity, in CheckImplicitInitList()
1192 void InitListChecker::CheckExplicitInitList(const InitializedEntity &Entity, in CheckExplicitInitList()
1273 void InitListChecker::CheckListElementTypes(const InitializedEntity &Entity, in CheckListElementTypes()
1338 void InitListChecker::CheckSubElementType(const InitializedEntity &Entity, in CheckSubElementType()
1512 void InitListChecker::CheckComplexType(const InitializedEntity &Entity, in CheckComplexType()
1548 void InitListChecker::CheckScalarType(const InitializedEntity &Entity, in CheckScalarType()
1626 void InitListChecker::CheckReferenceType(const InitializedEntity &Entity, in CheckReferenceType()
1681 void InitListChecker::CheckVectorType(const InitializedEntity &Entity, in CheckVectorType()
1856 void InitListChecker::CheckArrayType(const InitializedEntity &Entity, in CheckArrayType()
1997 bool InitListChecker::CheckFlexibleArrayInit(const InitializedEntity &Entity, in CheckFlexibleArrayInit()
2031 void InitListChecker::CheckStructUnionTypes( in CheckStructUnionTypes()
2428 InitListChecker::CheckDesignatedInitializer(const InitializedEntity &Entity, in CheckDesignatedInitializer()
3044 InitListChecker::getStructuredSubobjectInit(InitListExpr *IList, unsigned Index, in getStructuredSubobjectInit()
3110 InitListChecker::createInitListExpr(QualType CurrentObjectType, in createInitListExpr()
3148 void InitListChecker::UpdateStructuredListElement(InitListExpr *StructuredList, in UpdateStructuredListElement()
3173 InitListChecker Check(*this, Entity, From, Type, /*VerifyOnly=*/true, in CanPerformAggregateInitializationForOverloadResolution()
4571 InitListChecker CheckInitList(S, Entity, InitList, in TryListInitialization()
8532 InitListChecker PerformInitList(S, InitEntity, in Perform()
9030 InitListChecker DiagnoseInitList(S, Entity, InitList, DestType, in diagnoseListInit()