Home | History | Annotate | Download | only in AST

Lines Matching refs:IsDecltypeAuto

3826 QualType ASTContext::getAutoType(QualType DeducedType, bool IsDecltypeAuto,
3828 if (DeducedType.isNull() && !IsDecltypeAuto && !IsDependent)
3834 AutoType::Profile(ID, DeducedType, IsDecltypeAuto, IsDependent);
3839 IsDecltypeAuto,