HomeSort by relevance Sort by last modified time
    Searched refs:TSS (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
DeclSpec.h 244 typedef TypeSpecifierSign TSS;
245 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;
316 /*TSS*/unsigned TypeSpecSign : 2;
452 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; }
494 static const char *getSpecifierName(DeclSpec::TSS S);
582 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 387 const char *DeclSpec::getSpecifierName(TSS S) {
555 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc,
559 return BadSpecifier(S, (TSS)TypeSpecSign, PrevSpec, DiagID);
838 << getSpecifierName((TSS)TypeSpecSign);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 51 milliseconds