Home
last modified time | relevance | path

Searched refs:TSS (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h269 typedef TypeSpecifierSign TSS; typedef
270 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,
/external/clang/lib/Sema/
DDeclSpec.cpp437 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()
/external/openssh/
DLICENCE37 - TSS has been removed
/external/clang/lib/Serialization/
DASTReader.cpp5751 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++])); in VisitBuiltinTypeLoc()