Searched defs:TSS (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h252 typedef TypeSpecifierSign TSS; typedef in class:clang::DeclSpec
253 static const TSS TSS_unspecified = clang::TSS_unspecified;
254 static const TSS TSS_signed = clang::TSS_signed;
255 static const TSS TSS_unsigned = clang::TSS_unsigned;
320 /*TSS*/unsigned TypeSpecSign : 2;
465 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; }
514 static const char *getSpecifierName(DeclSpec::TSS S);
608 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,

Completed in 96 milliseconds