Searched refs:getContainedDeducedType (Results 1 – 18 of 18) sorted by relevance
718 !Pattern->getContainedDeducedType()) { in CheckPackExpansion()
7643 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()7833 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()13028 DeducedType *Deduced = Type->getContainedDeducedType(); in deduceVarTypeFromInitializer()15167 DeducedType *DT = D->getType()->getContainedDeducedType(); in BuildDeclaratorGroup()16139 if (FD->getReturnType()->getContainedDeducedType()) in canSkipFunctionBody()
1538 DeducedType *Deduced = Ty->getContainedDeducedType(); in BuildCXXTypeConstructExpr()2188 auto *Deduced = AllocType->getContainedDeducedType(); in BuildCXXNew()
3182 DeducedType *Deduced = T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()3186 Deduced = T.isNull() ? nullptr : T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()
1167 R.getLookupName().getCXXNameType()->getContainedDeducedType(); in LookupDirect()
1511 if (const auto *T = TInfo->getType()->getContainedDeducedType()) in ActOnNonTypeTemplateParameter()6944 DeducedType *DeducedT = ParamType->getContainedDeducedType(); in CheckTemplateArgument()
9980 TSInfo->getType()->getContainedDeducedType()); in DeduceTemplateSpecializationFromInitializer()
9067 RT->getContainedDeducedType() && in CheckExplicitlyDefaultedComparison()
265 if (ParamValueDecl->getType()->getContainedDeducedType()) in shouldIncludeTypeForArgument()
2273 auto *Auto = TargetType->getContainedDeducedType(); in VisitCXXFunctionalCastExpr()
6167 NTTP->getType()->getContainedDeducedType(); in needToMangleTemplateParam()6255 bool NeedExactType = NTTP && NTTP->getType()->getContainedDeducedType(); in getArgInfo()
1886 ->getContainedDeducedType()) { in mangleTemplateArg()
1341 VD && VD->getType()->getContainedDeducedType() in getLVForClosure()
2063 DeducedType *Type::getContainedDeducedType() const { in getContainedDeducedType() function in Type
2850 DeducedType *getContainedDeducedType() const;2856 return dyn_cast_or_null<AutoType>(getContainedDeducedType());8850 auto *DT = getContainedDeducedType();
1310 HasDeducedType = D->getType()->getContainedDeducedType(); in VisitVarDecl()
3641 auto *DT = T->getContainedDeducedType(); in isUndeducedReturnType()
10294 if (auto *DT = FD->getReturnType()->getContainedDeducedType()) { in finishPendingActions()