HomeSort by: relevance | last modified time | path
    Searched defs:TST_decltype_auto (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 77 TST_decltype_auto, // C++1y decltype(auto)
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 291 static const TST TST_decltype_auto = clang::TST_decltype_auto;
409 return (T == TST_auto || T == TST_decltype_auto);
528 TypeSpecType == TST_decltype_auto);

Completed in 20 milliseconds