Lines Matching refs:InitListChecker
352 class InitListChecker { class
589 InitListChecker(
594 InitListChecker(Sema &S, const InitializedEntity &Entity, InitListExpr *IL, in InitListChecker() function in __anon3dab0ec90311::InitListChecker
597 : InitListChecker(S, Entity, IL, T, /*VerifyOnly=*/true, in InitListChecker()
611 ExprResult InitListChecker::PerformEmptyInit(SourceLocation Loc, in PerformEmptyInit()
725 void InitListChecker::CheckEmptyInitializable(const InitializedEntity &Entity, in CheckEmptyInitializable()
735 void InitListChecker::FillInEmptyInitForBase( in FillInEmptyInitForBase()
767 void InitListChecker::FillInEmptyInitForField(unsigned Init, FieldDecl *Field, in FillInEmptyInitForField()
890 InitListChecker::FillInEmptyInitializations(const InitializedEntity &Entity, in FillInEmptyInitializations()
1086 InitListChecker::InitListChecker( in InitListChecker() function in InitListChecker
1119 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
1129 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
1143 RecordDecl *InitListChecker::getRecordDecl(QualType DeclType) { in getRecordDecl()
1197 void InitListChecker::CheckImplicitInitList(const InitializedEntity &Entity, in CheckImplicitInitList()
1345 void InitListChecker::CheckExplicitInitList(const InitializedEntity &Entity, in CheckExplicitInitList()
1426 void InitListChecker::CheckListElementTypes(const InitializedEntity &Entity, in CheckListElementTypes()
1501 void InitListChecker::CheckSubElementType(const InitializedEntity &Entity, in CheckSubElementType()
1712 void InitListChecker::CheckComplexType(const InitializedEntity &Entity, in CheckComplexType()
1748 void InitListChecker::CheckScalarType(const InitializedEntity &Entity, in CheckScalarType()
1835 void InitListChecker::CheckReferenceType(const InitializedEntity &Entity, in CheckReferenceType()
1892 void InitListChecker::CheckVectorType(const InitializedEntity &Entity, in CheckVectorType()
2103 void InitListChecker::CheckArrayType(const InitializedEntity &Entity, in CheckArrayType()
2279 bool InitListChecker::CheckFlexibleArrayInit(const InitializedEntity &Entity, in CheckFlexibleArrayInit()
2317 void InitListChecker::CheckStructUnionTypes( in CheckStructUnionTypes()
2760 InitListChecker::CheckDesignatedInitializer(const InitializedEntity &Entity, in CheckDesignatedInitializer()
3399 InitListChecker::getStructuredSubobjectInit(InitListExpr *IList, unsigned Index, in getStructuredSubobjectInit()
3465 InitListChecker::createInitListExpr(QualType CurrentObjectType, in createInitListExpr()
3503 void InitListChecker::UpdateStructuredListElement(InitListExpr *StructuredList, in UpdateStructuredListElement()
3526 InitListChecker Check(*this, Entity, From, Type, /*VerifyOnly=*/true, in CanPerformAggregateInitializationForOverloadResolution()
5130 InitListChecker CheckInitList(S, Entity, InitList, in TryListInitialization()
8253 InitListChecker PerformInitList(S, InitEntity, in Perform()
8844 InitListChecker DiagnoseInitList(S, Entity, InitList, DestType, in diagnoseListInit()
10163 InitListChecker CheckInitList(*this, Entity, ListInit, Ty, ElementTypes); in DeduceTemplateSpecializationFromInitializer()