Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamName

537 /// "class" or "typename" keyword. ParamName is the name of the
545 IdentifierInfo *ParamName,
554 if (ParamName) {
555 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, ParamNameLoc,
565 if (!ParamName)
570 KeyLoc, Loc, Depth, Position, ParamName,
576 if (ParamName) {
682 IdentifierInfo *ParamName = D.getIdentifier();
683 if (ParamName) {
684 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, D.getIdentifierLoc(),
704 Depth, Position, ParamName, T,