Searched refs:ParentIList (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaInit.cpp | 312 InitListExpr *ParentIList, QualType T, 1059 InitListExpr *ParentIList, in CheckImplicitInitList() argument 1076 SemaRef.Diag(ParentIList->getInit(Index)->getBeginLoc(), in CheckImplicitInitList() 1085 ParentIList, Index, T, StructuredList, StructuredIndex, in CheckImplicitInitList() 1086 SourceRange(ParentIList->getInit(Index)->getBeginLoc(), in CheckImplicitInitList() 1087 ParentIList->getSourceRange().getEnd())); in CheckImplicitInitList() 1092 CheckListElementTypes(Entity, ParentIList, T, in CheckImplicitInitList() 1103 if (EndIndex < ParentIList->getNumInits() && in CheckImplicitInitList() 1104 ParentIList->getInit(EndIndex)) { in CheckImplicitInitList() 1106 = ParentIList->getInit(EndIndex)->getSourceRange().getEnd(); in CheckImplicitInitList() [all …]
|