Searched refs:getContainedDeducedType (Results 1 – 18 of 18) sorted by relevance
642 !Pattern->getContainedDeducedType()) { in CheckPackExpansion()
1557 if (const auto *T = TInfo->getType()->getContainedDeducedType()) in ActOnNonTypeTemplateParameter()7231 DeducedType *DeducedT = ParamType->getContainedDeducedType(); in CheckTemplateArgument()7320 !Arg->getType()->getContainedDeducedType()) { in CheckTemplateArgument()
7655 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()7822 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()13003 DeducedType *Deduced = Type->getContainedDeducedType(); in deduceVarTypeFromInitializer()14976 DeducedType *DT = D->getType()->getContainedDeducedType(); in BuildDeclaratorGroup()15912 if (FD->getReturnType()->getContainedDeducedType()) in canSkipFunctionBody()
1520 DeducedType *Deduced = Ty->getContainedDeducedType(); in BuildCXXTypeConstructExpr()2056 auto *Deduced = AllocType->getContainedDeducedType(); in BuildCXXNew()
3599 DeducedType *Deduced = T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()3603 Deduced = T.isNull() ? nullptr : T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()
1152 R.getLookupName().getCXXNameType()->getContainedDeducedType(); in LookupDirect()
10590 TSInfo->getType()->getContainedDeducedType()); in DeduceTemplateSpecializationFromInitializer()
8990 RT->getContainedDeducedType() && in CheckExplicitlyDefaultedComparison()
2519 DeducedType *getContainedDeducedType() const;2525 return dyn_cast_or_null<AutoType>(getContainedDeducedType());7496 auto *DT = getContainedDeducedType();
246 if (ParamValueDecl->getType()->getContainedDeducedType()) in shouldIncludeTypeForArgument()
2090 auto *Auto = TargetType->getContainedDeducedType(); in VisitCXXFunctionalCastExpr()
5866 NTTP->getType()->getContainedDeducedType(); in needToMangleTemplateParam()5951 bool NeedExactType = NTTP && NTTP->getType()->getContainedDeducedType(); in getArgInfo()
1744 ->getContainedDeducedType()) { in mangleTemplateArg()
1948 DeducedType *Type::getContainedDeducedType() const { in getContainedDeducedType() function in Type
1335 VD && VD->getType()->getContainedDeducedType() in getLVForClosure()
1110 HasDeducedType = D->getType()->getContainedDeducedType(); in VisitVarDecl()
3616 auto *DT = T->getContainedDeducedType(); in isUndeducedReturnType()
9537 if (auto *DT = FD->getReturnType()->getContainedDeducedType()) { in finishPendingActions()