Home
last modified time | relevance | path

Searched refs:getContainedDeducedType (Results 1 – 18 of 18) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateVariadic.cpp658 !Pattern->getContainedDeducedType()) { in CheckPackExpansion()
HDSemaTemplate.cpp1505 if (const auto *T = TInfo->getType()->getContainedDeducedType()) in ActOnNonTypeTemplateParameter()
6501 DeducedType *DeducedT = ParamType->getContainedDeducedType(); in CheckTemplateArgument()
6590 !Arg->getType()->getContainedDeducedType()) { in CheckTemplateArgument()
HDSemaDecl.cpp7460 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()
7650 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()
12802 DeducedType *Deduced = Type->getContainedDeducedType(); in deduceVarTypeFromInitializer()
14779 DeducedType *DT = D->getType()->getContainedDeducedType(); in BuildDeclaratorGroup()
15698 if (FD->getReturnType()->getContainedDeducedType()) in canSkipFunctionBody()
HDSemaExprCXX.cpp1565 DeducedType *Deduced = Ty->getContainedDeducedType(); in BuildCXXTypeConstructExpr()
2086 auto *Deduced = AllocType->getContainedDeducedType(); in BuildCXXNew()
HDSemaType.cpp3130 DeducedType *Deduced = T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()
3134 Deduced = T.isNull() ? nullptr : T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()
HDSemaLookup.cpp1152 R.getLookupName().getCXXNameType()->getContainedDeducedType(); in LookupDirect()
HDSemaInit.cpp9690 TSInfo->getType()->getContainedDeducedType()); in DeduceTemplateSpecializationFromInitializer()
HDSemaDeclCXX.cpp8888 RT->getContainedDeducedType() && in CheckExplicitlyDefaultedComparison()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2772 DeducedType *getContainedDeducedType() const;
2778 return dyn_cast_or_null<AutoType>(getContainedDeducedType());
8433 auto *DT = getContainedDeducedType();
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclTemplate.cpp246 if (ParamValueDecl->getType()->getContainedDeducedType()) in shouldIncludeTypeForArgument()
HDStmtPrinter.cpp2136 auto *Auto = TargetType->getContainedDeducedType(); in VisitCXXFunctionalCastExpr()
HDItaniumMangle.cpp5897 NTTP->getType()->getContainedDeducedType(); in needToMangleTemplateParam()
5982 bool NeedExactType = NTTP && NTTP->getType()->getContainedDeducedType(); in getArgInfo()
HDMicrosoftMangle.cpp1846 ->getContainedDeducedType()) { in mangleTemplateArg()
HDType.cpp2011 DeducedType *Type::getContainedDeducedType() const { in getContainedDeducedType() function in Type
HDDecl.cpp1335 VD && VD->getType()->getContainedDeducedType() in getLVForClosure()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp1148 HasDeducedType = D->getType()->getContainedDeducedType(); in VisitVarDecl()
HDASTReaderDecl.cpp3591 auto *DT = T->getContainedDeducedType(); in isUndeducedReturnType()
HDASTReader.cpp9677 if (auto *DT = FD->getReturnType()->getContainedDeducedType()) { in finishPendingActions()