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

References

tools/clang/lib/AST/ItaniumMangle.cpp
 3421   assert(T->getKeyword() != AutoTypeKeyword::GNUAutoType &&
tools/clang/lib/AST/JSONNodeDumper.cpp
  640   case AutoTypeKeyword::GNUAutoType:
tools/clang/lib/AST/MicrosoftMangle.cpp
 2259       assert(AT->getKeyword() != AutoTypeKeyword::GNUAutoType &&
tools/clang/lib/AST/TypePrinter.cpp
 1052     case AutoTypeKeyword::GNUAutoType: OS << "__auto_type"; break;
tools/clang/lib/Sema/SemaType.cpp
 1602     Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false);
 2962         (Auto && Auto->getKeyword() != AutoTypeKeyword::GNUAutoType);
 3123         case AutoTypeKeyword::GNUAutoType: Kind = 2; break;