Lines Matching refs:InitListChecker
296 class InitListChecker { class
489 InitListChecker(Sema &S, const InitializedEntity &Entity, InitListExpr *IL,
501 ExprResult InitListChecker::PerformEmptyInit(SourceLocation Loc, in PerformEmptyInit()
614 void InitListChecker::CheckEmptyInitializable(const InitializedEntity &Entity, in CheckEmptyInitializable()
624 void InitListChecker::FillInEmptyInitForBase( in FillInEmptyInitForBase()
656 void InitListChecker::FillInEmptyInitForField(unsigned Init, FieldDecl *Field, in FillInEmptyInitForField()
754 InitListChecker::FillInEmptyInitializations(const InitializedEntity &Entity, in FillInEmptyInitializations()
956 InitListChecker::InitListChecker(Sema &S, const InitializedEntity &Entity, in InitListChecker() function in InitListChecker
988 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
998 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
1058 void InitListChecker::CheckImplicitInitList(const InitializedEntity &Entity, in CheckImplicitInitList()
1206 void InitListChecker::CheckExplicitInitList(const InitializedEntity &Entity, in CheckExplicitInitList()
1287 void InitListChecker::CheckListElementTypes(const InitializedEntity &Entity, in CheckListElementTypes()
1352 void InitListChecker::CheckSubElementType(const InitializedEntity &Entity, in CheckSubElementType()
1526 void InitListChecker::CheckComplexType(const InitializedEntity &Entity, in CheckComplexType()
1562 void InitListChecker::CheckScalarType(const InitializedEntity &Entity, in CheckScalarType()
1640 void InitListChecker::CheckReferenceType(const InitializedEntity &Entity, in CheckReferenceType()
1695 void InitListChecker::CheckVectorType(const InitializedEntity &Entity, in CheckVectorType()
1870 void InitListChecker::CheckArrayType(const InitializedEntity &Entity, in CheckArrayType()
2011 bool InitListChecker::CheckFlexibleArrayInit(const InitializedEntity &Entity, in CheckFlexibleArrayInit()
2045 void InitListChecker::CheckStructUnionTypes( in CheckStructUnionTypes()
2442 InitListChecker::CheckDesignatedInitializer(const InitializedEntity &Entity, in CheckDesignatedInitializer()
3058 InitListChecker::getStructuredSubobjectInit(InitListExpr *IList, unsigned Index, in getStructuredSubobjectInit()
3124 InitListChecker::createInitListExpr(QualType CurrentObjectType, in createInitListExpr()
3160 void InitListChecker::UpdateStructuredListElement(InitListExpr *StructuredList, in UpdateStructuredListElement()
3185 InitListChecker Check(*this, Entity, From, Type, /*VerifyOnly=*/true, in CanPerformAggregateInitializationForOverloadResolution()
4598 InitListChecker CheckInitList(S, Entity, InitList, in TryListInitialization()
8871 InitListChecker PerformInitList(S, InitEntity, in Perform()
9381 InitListChecker DiagnoseInitList(S, Entity, InitList, DestType, in diagnoseListInit()