Searched refs:AllowNonTypes (Results 1 – 1 of 1) sorted by relevance
552 CastExpressionIdValidator(Token Next, bool AllowTypes, bool AllowNonTypes) in CastExpressionIdValidator() argument553 : NextToken(Next), AllowNonTypes(AllowNonTypes) { in CastExpressionIdValidator()565 if (!AllowNonTypes || !CorrectionCandidateCallback::ValidateCandidate(candidate)) in ValidateCandidate()581 bool AllowNonTypes; member in __anonbbaa2a8d0111::CastExpressionIdValidator