Searched refs:TypoExprs (Results 1 – 4 of 4) sorted by relevance
7977 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anoncc8566771111::FindTypoExprs7980 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument7981 : TypoExprs(TypoExprs) {} in FindTypoExprs()7983 TypoExprs.insert(TE); in VisitTypoExpr()7994 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anoncc8566771111::TransformTypos8009 for (TypoExpr *TE : TypoExprs) { in EmitAllDiagnostics()8046 for (auto TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams()8094 auto SavedTypoExprs = std::move(TypoExprs); in CheckForRecursiveTypos()8096 TypoExprs.clear(); in CheckForRecursiveTypos()8099 FindTypoExprs(TypoExprs).TraverseStmt(FixedExpr); in CheckForRecursiveTypos()[all …]
5443 TypoExprs.push_back(TE); in createDelayedTypo()
6737 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anonffd7a8a90311::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 __anonffd7a8a90311::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()
437 llvm::SmallVector<TypoExpr *, 2> TypoExprs; variable