Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParmName

3405   IdentifierInfo *ParmName = Attr.getParameterName();
3410 if (ParmName && S.getLangOpts().ObjC1) {
3412 LookupResult R(S, DeclarationName(ParmName), Attr.getParameterLoc(),
3424 ParmName));