reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Type.h
 4835     return getKeyword() == AutoTypeKeyword::DecltypeAuto;
tools/clang/lib/AST/JSONNodeDumper.cpp
  637   case AutoTypeKeyword::DecltypeAuto:
tools/clang/lib/AST/TypePrinter.cpp
 1051     case AutoTypeKeyword::DecltypeAuto: OS << "decltype(auto)"; break;
tools/clang/lib/Sema/SemaType.cpp
 1606     Result = Context.getAutoType(QualType(), AutoTypeKeyword::DecltypeAuto,
 3122         case AutoTypeKeyword::DecltypeAuto: Kind = 1; break;