Lines Matching refs:InitListChecker
284 class InitListChecker { class
482 InitListChecker(
487 InitListChecker(Sema &S, const InitializedEntity &Entity, InitListExpr *IL, in InitListChecker() function in __anonde5473ff0211::InitListChecker
490 : InitListChecker(S, Entity, IL, T, /*VerifyOnly=*/true, in InitListChecker()
504 ExprResult InitListChecker::PerformEmptyInit(SourceLocation Loc, in PerformEmptyInit()
617 void InitListChecker::CheckEmptyInitializable(const InitializedEntity &Entity, in CheckEmptyInitializable()
627 void InitListChecker::FillInEmptyInitForBase( in FillInEmptyInitForBase()
659 void InitListChecker::FillInEmptyInitForField(unsigned Init, FieldDecl *Field, in FillInEmptyInitForField()
757 InitListChecker::FillInEmptyInitializations(const InitializedEntity &Entity, in FillInEmptyInitializations()
959 InitListChecker::InitListChecker( in InitListChecker() function in InitListChecker
992 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
1002 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
1016 RecordDecl *InitListChecker::getRecordDecl(QualType DeclType) { in getRecordDecl()
1070 void InitListChecker::CheckImplicitInitList(const InitializedEntity &Entity, in CheckImplicitInitList()
1218 void InitListChecker::CheckExplicitInitList(const InitializedEntity &Entity, in CheckExplicitInitList()
1299 void InitListChecker::CheckListElementTypes(const InitializedEntity &Entity, in CheckListElementTypes()
1374 void InitListChecker::CheckSubElementType(const InitializedEntity &Entity, in CheckSubElementType()
1563 void InitListChecker::CheckComplexType(const InitializedEntity &Entity, in CheckComplexType()
1599 void InitListChecker::CheckScalarType(const InitializedEntity &Entity, in CheckScalarType()
1682 void InitListChecker::CheckReferenceType(const InitializedEntity &Entity, in CheckReferenceType()
1739 void InitListChecker::CheckVectorType(const InitializedEntity &Entity, in CheckVectorType()
1916 void InitListChecker::CheckArrayType(const InitializedEntity &Entity, in CheckArrayType()
2072 bool InitListChecker::CheckFlexibleArrayInit(const InitializedEntity &Entity, in CheckFlexibleArrayInit()
2106 void InitListChecker::CheckStructUnionTypes( in CheckStructUnionTypes()
2543 InitListChecker::CheckDesignatedInitializer(const InitializedEntity &Entity, in CheckDesignatedInitializer()
3178 InitListChecker::getStructuredSubobjectInit(InitListExpr *IList, unsigned Index, in getStructuredSubobjectInit()
3244 InitListChecker::createInitListExpr(QualType CurrentObjectType, in createInitListExpr()
3282 void InitListChecker::UpdateStructuredListElement(InitListExpr *StructuredList, in UpdateStructuredListElement()
3307 InitListChecker Check(*this, Entity, From, Type, /*VerifyOnly=*/true, in CanPerformAggregateInitializationForOverloadResolution()
4736 InitListChecker CheckInitList(S, Entity, InitList, in TryListInitialization()
9037 InitListChecker PerformInitList(S, InitEntity, in Perform()
9545 InitListChecker DiagnoseInitList(S, Entity, InitList, DestType, in diagnoseListInit()
10747 InitListChecker CheckInitList(*this, Entity, ListInit, Ty, ElementTypes); in DeduceTemplateSpecializationFromInitializer()