Searched refs:TypoExprs (Results 1 – 1 of 1) sorted by relevance
6458 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anonffd7a8a90211::FindTypoExprs6461 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument6462 : TypoExprs(TypoExprs) {} in FindTypoExprs()6464 TypoExprs.insert(TE); in VisitTypoExpr()6475 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anonffd7a8a90211::TransformTypos6484 for (auto E : TypoExprs) { in EmitAllDiagnostics()6516 for (auto TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams()6618 FindTypoExprs(TypoExprs).TraverseStmt(E); in Transform()6630 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()