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

  /external/clang/include/clang/Sema/
DeclSpec.h 221 typedef TypeSpecifierWidth TSW;
222 static const TSW TSW_unspecified = clang::TSW_unspecified;
223 static const TSW TSW_short = clang::TSW_short;
224 static const TSW TSW_long = clang::TSW_long;
225 static const TSW TSW_longlong = clang::TSW_longlong;
295 /*TSW*/unsigned TypeSpecWidth : 2;
428 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
475 static const char *getSpecifierName(DeclSpec::TSW W);
553 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 350 const char *DeclSpec::getSpecifierName(TSW W) {
491 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc,
500 return BadSpecifier(W, (TSW)TypeSpecWidth, PrevSpec, DiagID);
807 << getSpecifierName((TSW)TypeSpecWidth);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 21 milliseconds