Searched refs:TypoExprs (Results 1 – 1 of 1) sorted by relevance
6117 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anonffd7a8a90111::FindTypoExprs6120 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument6121 : TypoExprs(TypoExprs) {} in FindTypoExprs()6123 TypoExprs.insert(TE); in VisitTypoExpr()6132 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anonffd7a8a90111::TransformTypos6141 for (auto E : TypoExprs) { in EmitAllDiagnostics()6173 for (auto TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams()6267 FindTypoExprs(TypoExprs).TraverseStmt(E); in Transform()6279 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()