Home
last modified time | relevance | path

Searched refs:InitListChecker (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaInit.cpp285 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()
[all …]