Searched refs:ParmII (Results 1 – 2 of 2) sorted by relevance
5718 IdentifierInfo *ParmII = Tok.getIdentifierInfo(); in ParseFunctionDeclaratorIdentifierList() local5721 if (Actions.getTypeName(*ParmII, Tok.getLocation(), getCurScope())) in ParseFunctionDeclaratorIdentifierList()5722 Diag(Tok, diag::err_unexpected_typedef_ident) << ParmII; in ParseFunctionDeclaratorIdentifierList()5725 if (!ParamsSoFar.insert(ParmII).second) { in ParseFunctionDeclaratorIdentifierList()5726 Diag(Tok, diag::err_param_redefinition) << ParmII; in ParseFunctionDeclaratorIdentifierList()5729 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseFunctionDeclaratorIdentifierList()5817 IdentifierInfo *ParmII = ParmDeclarator.getIdentifier(); in ParseParameterDeclarationClause() local5897 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseParameterDeclarationClause()
1522 IdentifierInfo *ParmII = ParmDecl.getIdentifier(); in ParseObjCMethodDecl() local1524 CParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII, in ParseObjCMethodDecl()