Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamName

542 /// "class" or "typename" keyword. ParamName is the name of the
550 IdentifierInfo *ParamName,
560 if (!ParamName)
566 KeyLoc, Loc, Depth, Position, ParamName,
572 if (ParamName) {
573 maybeDiagnoseTemplateParameterShadow(*this, S, ParamNameLoc, ParamName);
682 IdentifierInfo *ParamName = D.getIdentifier();
688 Depth, Position, ParamName, T,
695 if (ParamName) {
697 ParamName);