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

  /external/clang/include/clang/Basic/
Specifiers.h 58 TST_underlyingType, // __underlying_type for C++0x
  /external/clang/include/clang/Sema/
DeclSpec.h 261 static const TST TST_underlyingType = clang::TST_underlyingType;
361 T == TST_underlyingType || T == TST_atomic);
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 282 case TST_underlyingType:
399 case DeclSpec::TST_underlyingType: return "__underlying_type";
    [all...]
SemaTemplateVariadic.cpp 622 case TST_underlyingType:
SemaType.cpp 842 case DeclSpec::TST_underlyingType:
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 694 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
    [all...]

Completed in 261 milliseconds