Searched refs:NTTPType (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 1952 /// \param NTTPType For a declaration template argument, the type of 1961 QualType NTTPType, 1973 = S.BuildExpressionFromDeclTemplateArgument(Arg, NTTPType, Loc) 1980 = S.BuildExpressionFromDeclTemplateArgument(Arg, NTTPType, Loc) 1982 return TemplateArgumentLoc(TemplateArgument(NTTPType, /*isNullPtr*/true), 2027 QualType NTTPType, 2045 NTTPType, PackedArgsBuilder.size(), 2064 TemplateArgumentLoc ArgLoc = getTrivialTemplateArgumentLoc(S, Arg, NTTPType, 2113 QualType NTTPType; local 2116 NTTPType 1959 getTrivialTemplateArgumentLoc(Sema &S, const TemplateArgument &Arg, QualType NTTPType, SourceLocation Loc) argument 2024 ConvertDeducedTemplateArgument(Sema &S, NamedDecl *Param, DeducedTemplateArgument Arg, NamedDecl *Template, QualType NTTPType, unsigned ArgumentPackIndex, TemplateDeductionInfo &Info, bool InFunctionTemplate, SmallVectorImpl<TemplateArgument> &Output) argument 2603 QualType NTTPType; local [all...] |
H A D | SemaTemplate.cpp | 2800 QualType NTTPType = NTTP->getType(); local 2802 NTTPType = NTTP->getExpansionType(ArgumentPackIndex); 2804 if (NTTPType->isDependentType() && 2816 NTTPType = SubstType(NTTPType, 2822 if (!NTTPType.isNull()) 2823 NTTPType = CheckNonTypeTemplateParameterType(NTTPType, 2825 if (NTTPType.isNull()) 2836 CheckTemplateArgument(NTTP, NTTPType, Ar [all...] |
Completed in 52 milliseconds