(glslang_validator): fix the 'defined' keyword
Summary
Some glsl error occurs when the keyword 'defined' is used.
Steps to reproduce
Add any preprocessor condition that contains the keyword 'defined' into a glsl file. 'glslangvalidator' will parse it.
What is the expected correct behavior?
This keyword should not be parsed.