Searched refs:TSS (Results 1 – 4 of 4) sorted by relevance
269 typedef TypeSpecifierSign TSS; typedef270 static const TSS TSS_unspecified = clang::TSS_unspecified;271 static const TSS TSS_signed = clang::TSS_signed;272 static const TSS TSS_unsigned = clang::TSS_unsigned;482 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; } in getTypeSpecSign()531 static const char *getSpecifierName(DeclSpec::TSS S);625 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
437 const char *DeclSpec::getSpecifierName(TSS S) { in getSpecifierName()594 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()598 return BadSpecifier(S, (TSS)TypeSpecSign, PrevSpec, DiagID); in SetTypeSpecSign()975 << getSpecifierName((TSS)TypeSpecSign); in Finish()
37 - TSS has been removed
5751 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++])); in VisitBuiltinTypeLoc()