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 234 typedef TypeSpecifierSign TSS;
235 static const TSS TSS_unspecified = clang::TSS_unspecified;
236 static const TSS TSS_signed = clang::TSS_signed;
237 static const TSS TSS_unsigned = clang::TSS_unsigned;
297 /*TSS*/unsigned TypeSpecSign : 2;
430 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; }
473 static const char *getSpecifierName(DeclSpec::TSS S);
557 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 370 const char *DeclSpec::getSpecifierName(TSS S) {
521 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc,
525 return BadSpecifier(S, (TSS)TypeSpecSign, PrevSpec, DiagID);
793 << getSpecifierName((TSS)TypeSpecSign);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 32 milliseconds