Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclSpec

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