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