HomeSort by relevance Sort by last modified time
    Searched full:tst_underlyingtype (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Basic/
Specifiers.h 61 TST_underlyingType, // __underlying_type for C++11
  /external/clang/include/clang/Sema/
DeclSpec.h 301 static const TST TST_underlyingType = clang::TST_underlyingType;
404 T == TST_underlyingType || T == TST_atomic);
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 325 case TST_underlyingType:
475 case DeclSpec::TST_underlyingType: return "__underlying_type";
    [all...]
SemaTemplateVariadic.cpp 704 case TST_underlyingType:
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 903 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
    [all...]

Completed in 261 milliseconds