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

References

tools/clang/lib/AST/ASTContext.cpp
 4987   assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack");
 4988   if (DeducedType.isNull() && Keyword == AutoTypeKeyword::Auto && !IsDependent)
 4994   AutoType::Profile(ID, DeducedType, Keyword, IsDependent, IsPack);
 4999       AutoType(DeducedType, Keyword, IsDependent, IsPack);