Searched refs:NumTypos (Results 1 – 8 of 8) sorted by relevance
6959 if (E && !ExprEvalContexts.empty() && ExprEvalContexts.back().NumTypos && in CorrectDelayedTyposInExpr()6962 auto TyposInContext = ExprEvalContexts.back().NumTypos; in CorrectDelayedTyposInExpr()6964 ExprEvalContexts.back().NumTypos = ~0U; in CorrectDelayedTyposInExpr()6967 ExprEvalContexts.back().NumTypos = TyposInContext; in CorrectDelayedTyposInExpr()6970 ExprEvalContexts.back().NumTypos -= TyposResolved; in CorrectDelayedTyposInExpr()
12842 unsigned NumTypos = Rec.NumTypos; in PopExpressionEvaluationContext() local12892 ExprEvalContexts.back().NumTypos += NumTypos; in PopExpressionEvaluationContext()12894 assert(NumTypos == 0 && "There are outstanding typos after popping the " in PopExpressionEvaluationContext()
4806 ExprEvalContexts.back().NumTypos++; in CorrectTypoDelayed()
8315 if (E && !ExprEvalContexts.empty() && ExprEvalContexts.back().NumTypos && in CorrectDelayedTyposInExpr()8322 ExprEvalContexts.back().NumTypos -= TyposResolved; in CorrectDelayedTyposInExpr()
16504 unsigned NumTypos = Rec.NumTypos; in PopExpressionEvaluationContext() local16565 ExprEvalContexts.back().NumTypos += NumTypos; in PopExpressionEvaluationContext()
5120 ExprEvalContexts.back().NumTypos++; in CorrectTypoDelayed()
849 unsigned NumTypos; member884 NumTypos(0), in ExpressionEvaluationContextRecord()
1139 unsigned NumTypos; member1186 NumCleanupObjects(NumCleanupObjects), NumTypos(0), in ExpressionEvaluationContextRecord()