Home | History | Annotate | Download | only in Sema

Lines Matching defs:Top

1651     // Disallow flexible array init on non-top-level object
5693 const InitializedEntity *Top = &Entity;
5694 while (Top->getParent())
5695 Top = Top->getParent();
5697 switch (Top->getKind()) {
6495 // If we're not initializing the top-level entity, we need to create an