Searched refs:ParmII (Results 1 – 2 of 2) sorted by relevance
7766 IdentifierInfo *ParmII = Tok.getIdentifierInfo(); in ParseFunctionDeclaratorIdentifierList() local7769 if (Actions.getTypeName(*ParmII, Tok.getLocation(), getCurScope())) in ParseFunctionDeclaratorIdentifierList()7770 Diag(Tok, diag::err_unexpected_typedef_ident) << ParmII; in ParseFunctionDeclaratorIdentifierList()7773 if (!ParamsSoFar.insert(ParmII).second) { in ParseFunctionDeclaratorIdentifierList()7774 Diag(Tok, diag::err_param_redefinition) << ParmII; in ParseFunctionDeclaratorIdentifierList()7777 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseFunctionDeclaratorIdentifierList()7940 const IdentifierInfo *ParmII = ParmDeclarator.getIdentifier(); in ParseParameterDeclarationClause() local8051 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseParameterDeclarationClause()
1549 const IdentifierInfo *ParmII = ParmDecl.getIdentifier(); in ParseObjCMethodDecl() local1551 CParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseObjCMethodDecl()