Searched refs:NTTPType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2593 QualType NTTPType, SourceLocation Loc) { in getTrivialTemplateArgumentLoc() argument 2603 if (NTTPType.isNull()) in getTrivialTemplateArgumentLoc() 2604 NTTPType = Arg.getParamTypeForDecl(); in getTrivialTemplateArgumentLoc() 2605 Expr *E = BuildExpressionFromDeclTemplateArgument(Arg, NTTPType, Loc) in getTrivialTemplateArgumentLoc() 2611 if (NTTPType.isNull()) in getTrivialTemplateArgumentLoc() 2612 NTTPType = Arg.getNullPtrType(); in getTrivialTemplateArgumentLoc() 2613 Expr *E = BuildExpressionFromDeclTemplateArgument(Arg, NTTPType, Loc) in getTrivialTemplateArgumentLoc() 2615 return TemplateArgumentLoc(TemplateArgument(NTTPType, /*isNullPtr*/true), in getTrivialTemplateArgumentLoc()
|
| H A D | SemaTemplate.cpp | 5729 QualType NTTPType = NTTP->getType(); in CheckTemplateArgument() local 5731 NTTPType = NTTP->getExpansionType(ArgumentPackIndex); in CheckTemplateArgument() 5733 if (NTTPType->isInstantiationDependentType() && in CheckTemplateArgument() 5746 if (auto *PET = NTTPType->getAs<PackExpansionType>()) { in CheckTemplateArgument() 5749 NTTPType = SubstType(PET->getPattern(), MLTAL, NTTP->getLocation(), in CheckTemplateArgument() 5752 NTTPType = SubstType(NTTPType, MLTAL, NTTP->getLocation(), in CheckTemplateArgument() 5758 if (!NTTPType.isNull()) in CheckTemplateArgument() 5759 NTTPType = CheckNonTypeTemplateParameterType(NTTPType, in CheckTemplateArgument() 5761 if (NTTPType.isNull()) in CheckTemplateArgument() 5773 ExprResult Res = CheckTemplateArgument(NTTP, NTTPType, E, SugaredResult, in CheckTemplateArgument() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8361 QualType NTTPType,
|