Home | History | Annotate | Download | only in Sema

Lines Matching defs:DS

691   const DeclSpec &DS = D.getDeclSpec();
692 switch (DS.getTypeSpecType()) {
697 QualType T = DS.getRepAsType().get();
705 if (DS.getRepAsExpr() &&
706 DS.getRepAsExpr()->containsUnexpandedParameterPack())