Searched refs:TypoExprs (Results 1 – 1 of 1) sorted by relevance
6737 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anon8166f7d20311::FindTypoExprs6740 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument6741 : TypoExprs(TypoExprs) {} in FindTypoExprs()6743 TypoExprs.insert(TE); in VisitTypoExpr()6754 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anon8166f7d20311::TransformTypos6763 for (auto E : TypoExprs) { in EmitAllDiagnostics()6795 for (auto TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams()6905 FindTypoExprs(TypoExprs).TraverseStmt(E); in Transform()6917 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()