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