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

References

tools/clang/lib/AST/TypePrinter.cpp
 1047     printBefore(T->getDeducedType(), OS);
 1050     case AutoTypeKeyword::Auto: OS << "auto"; break;
 1051     case AutoTypeKeyword::DecltypeAuto: OS << "decltype(auto)"; break;
 1052     case AutoTypeKeyword::GNUAutoType: OS << "__auto_type"; break;
 1054     spaceBeforePlaceHolder(OS);