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 56 TST_decltype, // C++0x decltype
  /external/clang/lib/Sema/
DeclSpec.cpp 267 case TST_decltype:
388 case DeclSpec::TST_decltype: return "(decltype)";
SemaTemplateVariadic.cpp 629 case TST_decltype:
SemaType.cpp 826 case DeclSpec::TST_decltype: {
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 258 static const TST TST_decltype = clang::TST_decltype;
361 return (T == TST_typeofExpr || T == TST_decltype);
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 652 if (DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
    [all...]

Completed in 387 milliseconds