Searched defs:NTTPType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1976 /// \param NTTPType For a declaration template argument, the type of
1985 QualType NTTPType,
1997 = S.BuildExpressionFromDeclTemplateArgument(Arg, NTTPType, Loc)
2004 = S.BuildExpressionFromDeclTemplateArgument(Arg, NTTPType, Loc)
2006 return TemplateArgumentLoc(TemplateArgument(NTTPType, /*isNullPtr*/true),
2053 QualType NTTPType,
2069 NTTPType, PackedArgsBuilder.size(),
2087 TemplateArgumentLoc ArgLoc = getTrivialTemplateArgumentLoc(S, Arg, NTTPType,
2136 QualType NTTPType; local
2139 NTTPType
1983 getTrivialTemplateArgumentLoc(Sema &S, const TemplateArgument &Arg, QualType NTTPType, SourceLocation Loc) argument
2050 ConvertDeducedTemplateArgument(Sema &S, NamedDecl *Param, DeducedTemplateArgument Arg, NamedDecl *Template, QualType NTTPType, unsigned ArgumentPackIndex, TemplateDeductionInfo &Info, bool InFunctionTemplate, SmallVectorImpl<TemplateArgument> &Output) argument
2304 QualType NTTPType; local
2804 QualType NTTPType; local
[all...]
H A DSemaTemplate.cpp3414 QualType NTTPType = NTTP->getType(); local
3416 NTTPType = NTTP->getExpansionType(ArgumentPackIndex);
3418 if (NTTPType->isDependentType() &&
3430 NTTPType = SubstType(NTTPType,
3436 if (!NTTPType.isNull())
3437 NTTPType = CheckNonTypeTemplateParameterType(NTTPType,
3439 if (NTTPType.isNull())
3450 CheckTemplateArgument(NTTP, NTTPType, Ar
[all...]

Completed in 90 milliseconds