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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp4093 /// InstantiatedParamType is the type of the non-type template
4096 QualType InstantiatedParamType, Expr *Arg,
4103 if (InstantiatedParamType->isDependentType() || Arg->isTypeDependent()) {
4115 QualType ParamType = InstantiatedParamType;
4240 << Arg->getType() << InstantiatedParamType << Arg->getSourceRange();
4095 CheckTemplateArgument(NonTypeTemplateParmDecl *Param, QualType InstantiatedParamType, Expr *Arg, TemplateArgument &Converted, CheckTemplateArgumentKind CTAK) argument

Completed in 59 milliseconds