Home | History | Annotate | Download | only in Sema

Lines Matching defs:ParamName

540 /// "class" or "typename" keyword. ParamName is the name of the
548 IdentifierInfo *ParamName,
557 if (ParamName) {
558 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, ParamNameLoc,
568 if (!ParamName)
573 KeyLoc, Loc, Depth, Position, ParamName,
579 if (ParamName) {
685 IdentifierInfo *ParamName = D.getIdentifier();
686 if (ParamName) {
687 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, D.getIdentifierLoc(),
707 Depth, Position, ParamName, T,