Searched refs:EShReflectionStrictArraySuffix (Results 1 – 3 of 3) sorted by relevance
218 const bool strictArraySuffix = (reflection.options & EShReflectionStrictArraySuffix); in countAggregateMembers()258 const bool strictArraySuffix = (reflection.options & EShReflectionStrictArraySuffix); in blowUpActiveAggregate()
280 …EShReflectionStrictArraySuffix = (1 << 0), // reflection will follow stricter rules for array-of-… enumerator
753 ReflectOptions |= EShReflectionStrictArraySuffix; in ProcessArguments()