reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
587 D.clear(); 591 TryConsumeToken(tok::kw_typename, D.TypenameLoc); 600 if (ParseOptionalCXXScopeSpecifier(D.SS, nullptr, /*EnteringContext=*/false, 608 if (D.SS.isInvalid()) 626 D.SS.isNotEmpty() && LastII == Tok.getIdentifierInfo() && 627 !D.SS.getScopeRep()->getAsNamespace() && 628 !D.SS.getScopeRep()->getAsNamespaceAlias()) { 631 Actions.getInheritingConstructorName(D.SS, IdLoc, *LastII); 632 D.Name.setConstructorName(Type, IdLoc, IdLoc); 635 D.SS, /*EnteringContext=*/false, 640 nullptr, nullptr, D.Name)) 644 if (TryConsumeToken(tok::ellipsis, D.EllipsisLoc))