Searched refs:TSS (Results 1 – 6 of 6) sorted by relevance
265 typedef TypeSpecifierSign TSS; typedef266 static const TSS TSS_unspecified = clang::TSS_unspecified;267 static const TSS TSS_signed = clang::TSS_signed;268 static const TSS TSS_unsigned = clang::TSS_unsigned;469 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; } in getTypeSpecSign()521 static const char *getSpecifierName(DeclSpec::TSS S);615 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
434 const char *DeclSpec::getSpecifierName(TSS S) { in getSpecifierName()592 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()596 return BadSpecifier(S, (TSS)TypeSpecSign, PrevSpec, DiagID); in SetTypeSpecSign()971 << getSpecifierName((TSS)TypeSpecSign); in Finish()
37 - TSS has been removed
5702 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++])); in VisitBuiltinTypeLoc()
7207 TSS WG
7185 TSS WG