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