Searched refs:isDecltypeAuto (Results 1 – 10 of 10) sorted by relevance
2249 bool isDecltypeAuto() const { return getTypePtr()->isDecltypeAuto(); } in isDecltypeAuto() function2337 isDecltypeAuto() ? getRParenLoc() : getNameLoc()}; in getLocalSourceRange()
6760 bool isDecltypeAuto() const {
2538 Out << (AT->isDecltypeAuto() ? "_T" : "_P"); in mangleAutoReturnType()2971 mangleSourceName(AT->isDecltypeAuto() ? "<decltype-auto>" : "<auto>"); in mangleFunctionType()3014 mangleSourceName(AT->isDecltypeAuto() ? "<decltype-auto>" : "<auto>"); in mangleFunctionType()
4617 Out << (T->isDecltypeAuto() ? "DK" : "Dk"); in mangleType()4621 Out << (T->isDecltypeAuto() ? "Dc" : "Da"); in mangleType()
2169 if (T->isDecltypeAuto()) in VisitAutoType()
5169 if (Init->getType()->isNonOverloadPlaceholderType() || AT->isDecltypeAuto()) { in DeduceAutoType()5229 if (AT->isDecltypeAuto()) { in DeduceAutoType()
3322 !Auto->isDecltypeAuto()) in GetDeclSpecTypeForDeclarator()4296 if ((AT && AT->isDecltypeAuto()) || IsClassTemplateDeduction) { in GetFullTypeForDeclarator()
3814 << (AT->isDecltypeAuto() ? 1 : 0) << Info.SecondArg in DeduceFunctionTypeFromReturnExpr()
6953 if (AT && AT->isDecltypeAuto()) { in CheckTemplateArgument()7765 if (AT && AT->isDecltypeAuto()) { in BuildExpressionFromDeclTemplateArgument()
560 Record.push_back(TL.isDecltypeAuto()); in VisitAutoTypeLoc()561 if (TL.isDecltypeAuto()) in VisitAutoTypeLoc()