Lines Matching defs:DS
1299 DeclSpec DS(AttrFactory);
1300 DS.SetRangeStart(ILoc);
1301 DS.SetRangeEnd(ILoc);
1304 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ,
1307 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
1591 DeclSpec DS(AttrFactory);
1592 DS.SetRangeStart(Tok.getLocation());
1593 DS.SetRangeEnd(Tok.getLastLoc());
1597 DS.SetTypeSpecType(TST_typename, Tok.getAnnotationEndLoc(),
1601 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
1673 DeclSpec DS(AttrFactory);
1675 ParseCXXSimpleTypeSpecifier(DS);
1679 << DS.getSourceRange());
1684 Res = ParseCXXTypeConstructExpression(DS);
2452 DeclSpec DS(AttrFactory);
2453 ParseSpecifierQualifierList(DS);
2454 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
3157 DeclSpec DS(AttrFactory);
3158 ParseSpecifierQualifierList(DS);
3159 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
3752 DeclSpec DS(AttrFactory);
3753 ParseSpecifierQualifierList(DS);
3756 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
3795 DeclSpec DS(AttrFactory);
3796 Declarator ParamInfo(DS, ParsedAttributesView::none(),