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