Searched refs:AmbiguousTypoExprs (Results 1 – 1 of 1) sorted by relevance
6754 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anonffd7a8a90311::TransformTypos6885 while (!AmbiguousTypoExprs.empty()) { in Transform()6886 auto TE = AmbiguousTypoExprs.back(); in Transform()6897 AmbiguousTypoExprs.remove(TE); in Transform()6939 AmbiguousTypoExprs.insert(E); in TransformTypoExpr()6941 AmbiguousTypoExprs.remove(E); in TransformTypoExpr()