Searched defs:IsDecltypeAuto (Results 1 – 3 of 3) sorted by relevance
3826 QualType ASTContext::getAutoType(QualType DeducedType, bool IsDecltypeAuto, in getAutoType()
5472 bool IsDecltypeAuto = Record[Idx++]; in readTypeRecord() local
830 QualType RebuildAutoType(QualType Deduced, bool IsDecltypeAuto) { in RebuildAutoType()