Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp7578 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anonb2279db60911::TransformTypos
7700 while (!AmbiguousTypoExprs.empty()) { in Transform()
7701 auto TE = AmbiguousTypoExprs.back(); in Transform()
7712 AmbiguousTypoExprs.remove(TE); in Transform()
7756 AmbiguousTypoExprs.insert(E); in TransformTypoExpr()
7758 AmbiguousTypoExprs.remove(E); in TransformTypoExpr()