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

  /external/clang/include/clang/Basic/
Specifiers.h 60 TST_decltype, // C++0x decltype
  /external/clang/lib/Sema/
DeclSpec.cpp 293 case TST_decltype:
422 case DeclSpec::TST_decltype: return "(decltype)";
    [all...]
SemaCXXScopeSpec.cpp 714 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype);
    [all...]
SemaTemplateVariadic.cpp 703 case TST_decltype:
SemaExprCXX.cpp 276 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 274 static const TST TST_decltype = clang::TST_decltype;
387 return (T == TST_typeofExpr || T == TST_decltype);
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 742 if (DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
760 setExprAnnotation(Tok, DS.getTypeSpecType() == TST_decltype ?
    [all...]

Completed in 97 milliseconds