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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1531   QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,

References

tools/clang/lib/AST/ASTImporter.cpp
 1318   return Importer.getToContext().getAutoType(*ToDeducedTypeOrErr,
tools/clang/lib/AST/Type.cpp
 1116     return Ctx.getAutoType(deducedType, T->getKeyword(),
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 4335       QualType Result = SemaRef.Context.getAutoType(
tools/clang/lib/Sema/SemaType.cpp
 1598     Result = Context.getAutoType(QualType(), AutoTypeKeyword::Auto, false);
 1602     Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false);
 1606     Result = Context.getAutoType(QualType(), AutoTypeKeyword::DecltypeAuto,
tools/clang/lib/Sema/TreeTransform.h
  945     return SemaRef.Context.getAutoType(Deduced, Keyword,
 4425         T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(),
tools/clang/lib/Serialization/ASTReader.cpp
 6596     return Context.getAutoType(Deduced, Keyword, IsDependent, IsPack);
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  428           ->getAutoType(ClangUtil::GetCanonicalQualType(typedef_type),