Searched refs:TypoExprs (Results 1 – 3 of 3) sorted by relevance
8052 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anon6c647f321111::FindTypoExprs8055 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument8056 : TypoExprs(TypoExprs) {} in FindTypoExprs()8058 TypoExprs.insert(TE); in VisitTypoExpr()8069 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anon6c647f321111::TransformTypos8084 for (TypoExpr *TE : TypoExprs) { in EmitAllDiagnostics()8121 for (auto TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams()8169 auto SavedTypoExprs = std::move(TypoExprs); in CheckForRecursiveTypos()8171 TypoExprs.clear(); in CheckForRecursiveTypos()8174 FindTypoExprs(TypoExprs).TraverseStmt(FixedExpr); in CheckForRecursiveTypos()[all …]
5492 TypoExprs.push_back(TE); in createDelayedTypo()
446 llvm::SmallVector<TypoExpr *, 2> TypoExprs; variable