Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp153 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, DecltypeAuto, "decltype(auto)"); in outputPre()
H A DMicrosoftDemangle.cpp2048 return Arena.alloc<PrimitiveTypeNode>(PrimitiveKind::DecltypeAuto); in demanglePrimitiveType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h108 DecltypeAuto, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp791 case AutoTypeKeyword::DecltypeAuto: in VisitAutoType()
H A DTypePrinter.cpp1341 case AutoTypeKeyword::DecltypeAuto: OS << "decltype(auto)"; break; in printAutoBefore()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1796 DecltypeAuto,
6761 return getKeyword() == AutoTypeKeyword::DecltypeAuto;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1306 ? AutoTypeKeyword::DecltypeAuto in ConvertDeclSpecToType()
3367 case AutoTypeKeyword::DecltypeAuto: Kind = 1; break; in GetDeclSpecTypeForDeclarator()