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 60 TST_decltype, // C++11 decltype
  /external/clang/include/clang/Sema/
DeclSpec.h 282 static const TST TST_decltype = clang::TST_decltype;
396 return (T == TST_typeofExpr || T == TST_decltype);
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 302 case TST_decltype:
441 case DeclSpec::TST_decltype: return "(decltype)";
    [all...]
SemaCXXScopeSpec.cpp 703 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype);
    [all...]
SemaTemplateVariadic.cpp 704 case TST_decltype:
    [all...]
SemaExprCXX.cpp 321 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype
    [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 776 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
797 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() :
    [all...]

Completed in 50 milliseconds