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

References

tools/clang/lib/AST/ASTContext.cpp
 4988   if (DeducedType.isNull() && Keyword == AutoTypeKeyword::Auto && !IsDependent)
 5060       new (*this, TypeAlignment) AutoType(QualType(), AutoTypeKeyword::Auto,
tools/clang/lib/AST/JSONNodeDumper.cpp
  634   case AutoTypeKeyword::Auto:
tools/clang/lib/AST/TypePrinter.cpp
 1050     case AutoTypeKeyword::Auto: OS << "auto"; break;
tools/clang/lib/Sema/SemaType.cpp
 1598     Result = Context.getAutoType(QualType(), AutoTypeKeyword::Auto, false);
 2978           !Auto || Auto->getKeyword() != AutoTypeKeyword::Auto)
 3121         case AutoTypeKeyword::Auto: Kind = 0; break;
 4586                           AutoTypeKeyword::Auto)) {
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  429                         clang::AutoTypeKeyword::Auto, false)