Home
last modified time | relevance | path

Searched refs:AmbiguousTypoExprs (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp6397 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anon1450dee00211::TransformTypos
6518 while (!AmbiguousTypoExprs.empty()) { in Transform()
6519 auto TE = AmbiguousTypoExprs.back(); in Transform()
6530 AmbiguousTypoExprs.remove(TE); in Transform()
6572 AmbiguousTypoExprs.insert(E); in TransformTypoExpr()
6574 AmbiguousTypoExprs.remove(E); in TransformTypoExpr()