• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:TDF

150                                    unsigned TDF,
1004 /// \param TDF bitwise OR of the TemplateDeductionFlags bits that describe
1021 unsigned TDF,
1051 Info, Deduced, TDF,
1077 TDF, PartialOrdering))
1219 /// \param TDF bitwise OR of the TemplateDeductionFlags bits that describe
1234 unsigned TDF,
1310 if (TDF & TDF_ParamWithReferenceType) {
1318 if ((TDF & TDF_TopLevelParameterTypeList) && !Param->isFunctionType()) {
1330 TDF &= ~TDF_TopLevelParameterTypeList;
1367 if (!(TDF & TDF_IgnoreQualifiers) &&
1452 if (!(TDF & TDF_IgnoreQualifiers)) {
1453 if (TDF & TDF_ParamWithReferenceType) {
1456 } else if (TDF & TDF_ArgWithReferenceType) {
1475 if (!(TDF & TDF_SkipNonDependent)) {
1477 (TDF & TDF_AllowCompatibleFunctionType)
1490 (TDF & TDF_AllowCompatibleFunctionType)
1520 if (TDF & TDF_SkipNonDependent)
1523 if (TDF & TDF_IgnoreQualifiers) {
1536 Info, Deduced, TDF);
1546 Info, Deduced, TDF);
1562 unsigned SubTDF = TDF & (TDF_IgnoreQualifiers | TDF_DerivedClass);
1601 unsigned SubTDF = TDF & TDF_IgnoreQualifiers;
1620 unsigned SubTDF = TDF & TDF_IgnoreQualifiers;
1633 unsigned SubTDF = TDF & TDF_IgnoreQualifiers;
1678 unsigned SubTDF = TDF & TDF_TopLevelParameterTypeList;
1708 if (TDF & TDF_AllowCompatibleFunctionType)
1771 if (!(TDF & TDF_DerivedClass) || !RecordT)
1894 TDF & TDF_IgnoreQualifiers))
1901 TDF & TDF_IgnoreQualifiers);
1936 Info, Deduced, TDF);
1949 Info, Deduced, TDF);
1963 VectorArg->getElementType(), Info, Deduced, TDF))
1987 VectorArg->getElementType(), Info, Deduced, TDF))
2016 Info, Deduced, TDF))
2042 Info, Deduced, TDF))
2077 MatrixArg->getElementType(), Info, Deduced, TDF);
2091 MatrixArg->getElementType(), Info, Deduced, TDF))
2167 AddressSpaceArg->getPointeeType(), Info, Deduced, TDF))
2190 S.Context.removeAddrSpaceQualType(Arg), Info, Deduced, TDF))
3686 unsigned TDF = 0;
3688 TDF |= TDF_ParamWithReferenceType;
3690 TDF |= TDF_IgnoreQualifiers;
3766 ArgType, Info, Deduced, TDF);
3784 QualType &ParamType, QualType &ArgType, Expr *Arg, unsigned &TDF) {
3845 TDF = TDF_SkipNonDependent;
3851 TDF |= TDF_ParamWithReferenceType;
3857 TDF |= TDF_IgnoreQualifiers;
3867 TDF |= TDF_DerivedClass;
3881 bool DecomposedParam, unsigned ArgIdx, unsigned TDF);
3890 unsigned TDF) {
3923 ArgIdx, TDF))
3957 bool DecomposedParam, unsigned ArgIdx, unsigned TDF) {
3964 S, TemplateParams, FirstInnerIndex, ParamType, ArgType, Arg, TDF))
3970 Deduced, OriginalCallArgs, ArgIdx, TDF);
3980 ArgType, Info, Deduced, TDF);
4075 OriginalCallArgs, /*Decomposed*/false, ArgIdx, /*TDF*/ 0);
4285 unsigned TDF =
4291 Info, Deduced, TDF))
4433 unsigned TDF = 0;
4438 TDF |= TDF_ArgWithReferenceType;
4448 TDF |= TDF_IgnoreQualifiers;
4451 P, A, Info, Deduced, TDF))
4804 /*ArgIdx*/ 0, /*TDF*/ 0))
4820 OriginalCallArgs, /*Decomposed*/ false, /*ArgIdx*/ 0, /*TDF*/ 0))