Home
last modified time | relevance | path

Searched refs:DecltypeAuto (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_template_cxx1z.cpp76 template<decltype(auto)> struct DecltypeAuto;
82 TInt<DecltypeAuto> ida;
88 TIntPtr<DecltypeAuto> ipda;
102 TDecltypeAuto<DecltypeAuto> dada;
108 TAuto<DecltypeAuto> ada;
109 TAutoPtr<DecltypeAuto> apda;
H A Dtemp_arg_nontype_cxx1z.cpp258 namespace DecltypeAuto { namespace
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddeduced-return-void.cpp39 namespace DecltypeAuto { namespace
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DInlayHintTests.cpp1135 TEST(TypeHints, DecltypeAuto) { in TEST() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp689 case AutoTypeKeyword::DecltypeAuto: in VisitAutoType()
H A DTypePrinter.cpp1185 case AutoTypeKeyword::DecltypeAuto: OS << "decltype(auto)"; break; in printAutoBefore()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h1524 DecltypeAuto,
5150 return getKeyword() == AutoTypeKeyword::DecltypeAuto;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1646 ? AutoTypeKeyword::DecltypeAuto in ConvertDeclSpecToType()
3611 case AutoTypeKeyword::DecltypeAuto: Kind = 1; break; in GetDeclSpecTypeForDeclarator()