Searched refs:TSS (Results 1 – 5 of 5) sorted by relevance
244 typedef TypeSpecifierSign TSS; typedef245 static const TSS TSS_unspecified = clang::TSS_unspecified;246 static const TSS TSS_signed = clang::TSS_signed;247 static const TSS TSS_unsigned = clang::TSS_unsigned;442 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; } in getTypeSpecSign()484 static const char *getSpecifierName(DeclSpec::TSS S);567 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
374 const char *DeclSpec::getSpecifierName(TSS S) { in getSpecifierName()534 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()538 return BadSpecifier(S, (TSS)TypeSpecSign, PrevSpec, DiagID); in SetTypeSpecSign()814 << getSpecifierName((TSS)TypeSpecSign); in Finish()
37 - TSS has been removed
424 - Port I/Os use TSS io map
4203 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++])); in VisitBuiltinTypeLoc()