Home | History | Annotate | Download | only in Sema

Lines Matching refs:NTTPType

2714     QualType NTTPType = NTTP->getType();
2716 NTTPType = NTTP->getExpansionType(ArgumentPackIndex);
2718 if (NTTPType->isDependentType() &&
2728 NTTPType = SubstType(NTTPType,
2734 if (!NTTPType.isNull())
2735 NTTPType = CheckNonTypeTemplateParameterType(NTTPType,
2737 if (NTTPType.isNull())
2748 CheckTemplateArgument(NTTP, NTTPType, Arg.getArgument().getAsExpr(),
2799 E = CheckTemplateArgument(NTTP, NTTPType, E.take(), Result);