Searched refs:DisallowConditionalTypesContext (Results 1 – 7 of 7) sorted by relevance
1714 return doOutsideOfContext(NodeFlags.DisallowConditionalTypesContext, func);1718 return doInsideOfContext(NodeFlags.DisallowConditionalTypesContext, func);1772 return inContext(NodeFlags.DisallowConditionalTypesContext);
778 …DisallowConditionalTypesContext = 1 << 16, // If node was parsed in a context where conditional ty…811 …ContextFlags = DisallowInContext | DisallowConditionalTypesContext | YieldContext | DecoratorConte…
533 DisallowConditionalTypesContext = 65536, enumerator