reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2004 ++Index; 2056 Expr *Init = Index < IList->getNumInits() ? IList->getInit(Index) : nullptr; 2056 Expr *Init = Index < IList->getNumInits() ? IList->getInit(Index) : nullptr; 2067 CheckSubElementType(BaseEntity, IList, Base.getType(), Index, 2091 while (Index < IList->getNumInits()) { 2092 Expr *Init = IList->getInit(Index); 2107 DeclType, &Field, nullptr, Index, 2156 *Field, IList->getInit(Index)->getBeginLoc()); 2158 ++Index; 2174 CheckSubElementType(MemberEntity, IList, Field->getType(), Index, 2230 Index >= IList->getNumInits()) 2233 if (CheckFlexibleArrayInit(Entity, IList->getInit(Index), *Field, 2236 ++Index; 2243 if (isa<InitListExpr>(IList->getInit(Index))) 2244 CheckSubElementType(MemberEntity, IList, Field->getType(), Index, 2247 CheckImplicitInitList(MemberEntity, IList, Field->getType(), Index,