Home | History | Annotate | Download | only in Sema

Lines Matching refs:NTTPType

1904 /// \param NTTPType For a declaration template argument, the type of
1913 QualType NTTPType,
1925 = S.BuildExpressionFromDeclTemplateArgument(Arg, NTTPType, Loc)
1971 QualType NTTPType,
1989 NTTPType, PackedArgsBuilder.size(),
2008 TemplateArgumentLoc ArgLoc = getTrivialTemplateArgumentLoc(S, Arg, NTTPType,
2057 QualType NTTPType;
2060 NTTPType = NTTP->getType();
2061 if (NTTPType->isDependentType()) {
2064 NTTPType = S.SubstType(NTTPType,
2068 if (NTTPType.isNull()) {
2080 Partial, NTTPType, 0, Info, false,
2536 QualType NTTPType;
2539 NTTPType = NTTP->getType();
2540 if (NTTPType->isDependentType()) {
2543 NTTPType = SubstType(NTTPType,
2547 if (NTTPType.isNull()) {
2559 FunctionTemplate, NTTPType, 0, Info,