Searched defs:NTTPType (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 1985 /// \param NTTPType For a declaration template argument, the type of 1994 QualType NTTPType, 2006 = S.BuildExpressionFromDeclTemplateArgument(Arg, NTTPType, Loc) 2013 = S.BuildExpressionFromDeclTemplateArgument(Arg, NTTPType, Loc) 2015 return TemplateArgumentLoc(TemplateArgument(NTTPType, /*isNullPtr*/true), 2062 QualType NTTPType, 2078 NTTPType, PackedArgsBuilder.size(), 2095 TemplateArgumentLoc ArgLoc = getTrivialTemplateArgumentLoc(S, Arg, NTTPType, 2144 QualType NTTPType; local 2147 NTTPType 1992 getTrivialTemplateArgumentLoc(Sema &S, const TemplateArgument &Arg, QualType NTTPType, SourceLocation Loc) argument 2059 ConvertDeducedTemplateArgument(Sema &S, NamedDecl *Param, DeducedTemplateArgument Arg, NamedDecl *Template, QualType NTTPType, unsigned ArgumentPackIndex, TemplateDeductionInfo &Info, bool InFunctionTemplate, SmallVectorImpl<TemplateArgument> &Output) argument 2312 QualType NTTPType; local 2812 QualType NTTPType; local [all...] |
H A D | SemaTemplate.cpp | 3464 QualType NTTPType = NTTP->getType(); local 3466 NTTPType = NTTP->getExpansionType(ArgumentPackIndex); 3468 if (NTTPType->isDependentType() && 3480 NTTPType = SubstType(NTTPType, 3486 if (!NTTPType.isNull()) 3487 NTTPType = CheckNonTypeTemplateParameterType(NTTPType, 3489 if (NTTPType.isNull()) 3500 CheckTemplateArgument(NTTP, NTTPType, Ar [all...] |
Completed in 51 milliseconds