Searched refs:ParmII (Results 1 – 2 of 2) sorted by relevance
5698 IdentifierInfo *ParmII = Tok.getIdentifierInfo(); in ParseFunctionDeclaratorIdentifierList() local5701 if (Actions.getTypeName(*ParmII, Tok.getLocation(), getCurScope())) in ParseFunctionDeclaratorIdentifierList()5702 Diag(Tok, diag::err_unexpected_typedef_ident) << ParmII; in ParseFunctionDeclaratorIdentifierList()5705 if (!ParamsSoFar.insert(ParmII).second) { in ParseFunctionDeclaratorIdentifierList()5706 Diag(Tok, diag::err_param_redefinition) << ParmII; in ParseFunctionDeclaratorIdentifierList()5709 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseFunctionDeclaratorIdentifierList()5797 IdentifierInfo *ParmII = ParmDeclarator.getIdentifier(); in ParseParameterDeclarationClause() local5877 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseParameterDeclarationClause()
1513 IdentifierInfo *ParmII = ParmDecl.getIdentifier(); in ParseObjCMethodDecl() local1515 CParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseObjCMethodDecl()