Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclSpec

21 #include "clang/Sema/DeclSpec.h"
709 const DeclSpec &DS,
711 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error)
714 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype);