Searched refs:TSS (Results 1 – 4 of 4) sorted by relevance
231 typedef TypeSpecifierSign TSS; typedef232 static const TSS TSS_unspecified = clang::TSS_unspecified;233 static const TSS TSS_signed = clang::TSS_signed;234 static const TSS TSS_unsigned = clang::TSS_unsigned;424 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; } in getTypeSpecSign()464 static const char *getSpecifierName(DeclSpec::TSS S);548 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
356 const char *DeclSpec::getSpecifierName(TSS S) { in getSpecifierName()488 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()492 return BadSpecifier(S, (TSS)TypeSpecSign, PrevSpec, DiagID); in SetTypeSpecSign()748 << getSpecifierName((TSS)TypeSpecSign); in Finish()
424 - Port I/Os use TSS io map
3625 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++])); in VisitBuiltinTypeLoc()