Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp6737 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anond89a3fc80311::FindTypoExprs
6740 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument
6741 : TypoExprs(TypoExprs) {} in FindTypoExprs()
6743 TypoExprs.insert(TE); in VisitTypoExpr()
6754 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anond89a3fc80311::TransformTypos
6763 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()