Lines Matching defs:DS
1315 DeclSpec DS(AttrFactory);
1316 DS.SetRangeStart(ILoc);
1317 DS.SetRangeEnd(ILoc);
1320 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ,
1323 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
1607 DeclSpec DS(AttrFactory);
1608 DS.SetRangeStart(Tok.getLocation());
1609 DS.SetRangeEnd(Tok.getLastLoc());
1613 DS.SetTypeSpecType(TST_typename, Tok.getAnnotationEndLoc(),
1617 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
1691 DeclSpec DS(AttrFactory);
1693 ParseCXXSimpleTypeSpecifier(DS);
1697 << DS.getSourceRange());
1702 Res = ParseCXXTypeConstructExpression(DS);
2477 DeclSpec DS(AttrFactory);
2478 ParseSpecifierQualifierList(DS);
2479 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
3194 DeclSpec DS(AttrFactory);
3195 ParseSpecifierQualifierList(DS);
3196 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
3796 DeclSpec DS(AttrFactory);
3797 ParseSpecifierQualifierList(DS);
3800 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
3839 DeclSpec DS(AttrFactory);
3840 Declarator ParamInfo(DS, ParsedAttributesView::none(),