Searched refs:getContainedDeducedType (Results 1 – 16 of 16) sorted by relevance
635 !Pattern->getContainedDeducedType()) { in CheckPackExpansion()
1534 if (const auto *T = TInfo->getType()->getContainedDeducedType()) in ActOnNonTypeTemplateParameter()7054 DeducedType *DeducedT = ParamType->getContainedDeducedType(); in CheckTemplateArgument()7143 !Arg->getType()->getContainedDeducedType()) { in CheckTemplateArgument()
7498 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()7664 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()12565 DeducedType *Deduced = Type->getContainedDeducedType(); in deduceVarTypeFromInitializer()14493 DeducedType *DT = D->getType()->getContainedDeducedType(); in BuildDeclaratorGroup()15354 if (FD->getReturnType()->getContainedDeducedType()) in canSkipFunctionBody()
1485 DeducedType *Deduced = Ty->getContainedDeducedType(); in BuildCXXTypeConstructExpr()2019 auto *Deduced = AllocType->getContainedDeducedType(); in BuildCXXNew()
3505 DeducedType *Deduced = T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()3509 Deduced = T.isNull() ? nullptr : T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()
1138 R.getLookupName().getCXXNameType()->getContainedDeducedType(); in LookupDirect()
10407 TSInfo->getType()->getContainedDeducedType()); in DeduceTemplateSpecializationFromInitializer()
8717 RT->getContainedDeducedType() && in CheckExplicitlyDefaultedComparison()
2408 DeducedType *getContainedDeducedType() const;2414 return dyn_cast_or_null<AutoType>(getContainedDeducedType());7314 auto *DT = getContainedDeducedType();
213 if (ParamValueDecl->getType()->getContainedDeducedType()) in shouldIncludeTypeForArgument()
2075 auto *Auto = TargetType->getContainedDeducedType(); in VisitCXXFunctionalCastExpr()
1912 DeducedType *Type::getContainedDeducedType() const { in getContainedDeducedType() function in Type
1291 VD && VD->getType()->getContainedDeducedType() in getLVForClosure()
5322 return NTTP && NTTP->getType()->getContainedDeducedType(); in needExactType()
3448 auto *DT = T->getContainedDeducedType(); in isUndeducedReturnType()
9288 auto *DT = FD->getReturnType()->getContainedDeducedType(); in finishPendingActions()