Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_template_p0522.cpp90 template<decltype(auto)> struct DecltypeAuto;
97 TInt<DecltypeAuto> ida;
104 TIntPtr<DecltypeAuto> ipda;
120 TDecltypeAuto<DecltypeAuto> dada;
126 TAuto<DecltypeAuto> ada;
127 TAutoPtr<DecltypeAuto> apda;
H A Dtemp_arg_nontype_cxx1z.cpp256 namespace DecltypeAuto { namespace
/llvm-project/clang/test/SemaCXX/
H A Ddeduced-return-void.cpp39 namespace DecltypeAuto { namespace
/llvm-project/clang-tools-extra/clangd/unittests/
H A DInlayHintTests.cpp1251 TEST(TypeHints, DecltypeAuto) { in TEST()
1247 TEST(TypeHints,DecltypeAuto) TEST() argument
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp792 case AutoTypeKeyword::DecltypeAuto: in VisitAutoType()
H A DTypePrinter.cpp1318 case AutoTypeKeyword::DecltypeAuto: OS << "decltype(auto)"; break; in printDeducedTemplateSpecializationBefore()
/llvm-project/clang/include/clang/AST/
H A DType.h1783 DecltypeAuto,
6586 return getKeyword() == AutoTypeKeyword::DecltypeAuto;
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1306 ? AutoTypeKeyword::DecltypeAuto in ConvertDeclSpecToType()
3347 case AutoTypeKeyword::DecltypeAuto: Kind = 1; break; in GetDeclSpecTypeForDeclarator()