HomeSort by relevance Sort by last modified time
    Searched defs:TST_decltype_auto (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
Specifiers.h 63 TST_decltype_auto, // C++1y decltype(auto)
  /external/clang/include/clang/Sema/
DeclSpec.h 283 static const TST TST_decltype_auto = clang::TST_decltype_auto;
505 return TypeSpecType == TST_auto || TypeSpecType == TST_decltype_auto;
    [all...]

Completed in 100 milliseconds