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

  /external/clang/include/clang/Basic/
Specifiers.h 64 TST_decltype, // C++11 decltype
  /external/clang/include/clang/Sema/
DeclSpec.h 295 static const TST TST_decltype = clang::TST_decltype;
399 return (T == TST_typeofExpr || T == TST_decltype);
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 311 case TST_decltype:
471 case DeclSpec::TST_decltype: return "(decltype)";
    [all...]
SemaCXXScopeSpec.cpp 820 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype);
    [all...]
SemaTemplateVariadic.cpp 713 case TST_decltype:
    [all...]
SemaExprCXX.cpp 329 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 858 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
879 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() :
    [all...]

Completed in 659 milliseconds