Home
last modified time | relevance | path

Searched defs:TST_decltype_auto (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h93 TST_decltype_auto, // C++1y decltype(auto) enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h312 static const TST TST_decltype_auto = clang::TST_decltype_auto; variable