Home | History | Annotate | Download | only in Sema

Lines Matching refs:getDeclSpec

3175   const DeclSpec &DS = D.getDeclSpec();
3186 if (D.getDeclSpec().isThreadSpecified())
3187 Diag(D.getDeclSpec().getThreadSpecLoc(), diag::err_invalid_thread);
3190 DiagnoseFunctionSpecifiers(D.getDeclSpec());