Searched refs:AllowNonTypes (Results 1 – 1 of 1) sorted by relevance
726 CastExpressionIdValidator(Token Next, bool AllowTypes, bool AllowNonTypes) in CastExpressionIdValidator() argument727 : NextToken(Next), AllowNonTypes(AllowNonTypes) { in CastExpressionIdValidator()739 if (!AllowNonTypes || !CorrectionCandidateCallback::ValidateCandidate(candidate)) in ValidateCandidate()759 bool AllowNonTypes; member in __anon939f943e0311::CastExpressionIdValidator