Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclSpec

30 #include "clang/Sema/DeclSpec.h"
321 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) {
322 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
324 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype
5590 const DeclSpec& DS,