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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp4758 /// InstantiatedParamType is the type of the non-type template
4761 QualType InstantiatedParamType, Expr *Arg,
4768 if (InstantiatedParamType->isDependentType() || Arg->isTypeDependent()) {
4780 QualType ParamType = InstantiatedParamType;
4905 << Arg->getType() << InstantiatedParamType << Arg->getSourceRange();
4760 CheckTemplateArgument(NonTypeTemplateParmDecl *Param, QualType InstantiatedParamType, Expr *Arg, TemplateArgument &Converted, CheckTemplateArgumentKind CTAK) argument

Completed in 825 milliseconds