Tank you for your answer.
Because i want to migrate to LPC4357 MCU and because of optimizations in LPCOpen (I like the inline functions) i decide to use LPCOpen.
I use a workaround for my project, I replace all the conflicts of CMSIS library in LPCOpen. for example i replace LPC_GPIO to CHIP_LPC_GPIO
so from this time i use CHIP_LPC_XXX keyword in my code.
The only bad thing is that i should do this work for all the other LPCOpen libraries i will use in future (Like LPC43XX).