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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1999 /// \param NTTPType For a declaration template argument, the type of
2008 QualType NTTPType,
2020 = S.BuildExpressionFromDeclTemplateArgument(Arg, NTTPType, Loc)
2027 = S.BuildExpressionFromDeclTemplateArgument(Arg, NTTPType, Loc)
2029 return TemplateArgumentLoc(TemplateArgument(NTTPType, /*isNullPtr*/true),
2082 QualType NTTPType; local
2085 NTTPType = NTTP->getType();
2086 if (NTTPType->isDependentType()) {
2088 NTTPType = S.SubstType(NTTPType,
2006 getTrivialTemplateArgumentLoc(Sema &S, const TemplateArgument &Arg, QualType NTTPType, SourceLocation Loc) argument
[all...]
H A DSemaTemplate.cpp3503 QualType NTTPType = NTTP->getType(); local
3505 NTTPType = NTTP->getExpansionType(ArgumentPackIndex);
3507 if (NTTPType->isDependentType() &&
3519 NTTPType = SubstType(NTTPType,
3525 if (!NTTPType.isNull())
3526 NTTPType = CheckNonTypeTemplateParameterType(NTTPType,
3528 if (NTTPType.isNull())
3539 CheckTemplateArgument(NTTP, NTTPType, Ar
[all...]

Completed in 103 milliseconds