Searched refs:AllowNonTypes (Results 1 – 1 of 1) sorted by relevance
696 CastExpressionIdValidator(Token Next, bool AllowTypes, bool AllowNonTypes) in CastExpressionIdValidator() argument697 : NextToken(Next), AllowNonTypes(AllowNonTypes) { in CastExpressionIdValidator()709 if (!AllowNonTypes || !CorrectionCandidateCallback::ValidateCandidate(candidate)) in ValidateCandidate()729 bool AllowNonTypes; member in __anon16587d4b0311::CastExpressionIdValidator