Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp6117 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anonffd7a8a90111::FindTypoExprs
6120 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument
6121 : TypoExprs(TypoExprs) {} in FindTypoExprs()
6123 TypoExprs.insert(TE); in VisitTypoExpr()
6132 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anonffd7a8a90111::TransformTypos
6141 for (auto E : TypoExprs) { in EmitAllDiagnostics()
6173 for (auto TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams()
6267 FindTypoExprs(TypoExprs).TraverseStmt(E); in Transform()
6279 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()