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

  /external/clang/include/clang/Basic/
Specifiers.h 57 TST_decltype, // C++0x decltype
  /external/clang/lib/Sema/
DeclSpec.cpp 276 case TST_decltype:
398 case DeclSpec::TST_decltype: return "(decltype)";
901 if (TypeSpecType == TST_decltype)
    [all...]
SemaTemplateVariadic.cpp 631 case TST_decltype:
SemaType.cpp 831 case DeclSpec::TST_decltype: {
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 260 static const TST TST_decltype = clang::TST_decltype;
364 return (T == TST_typeofExpr || T == TST_decltype);
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 665 if (DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
    [all...]

Completed in 330 milliseconds