Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp6458 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anonffd7a8a90211::FindTypoExprs
6461 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument
6462 : TypoExprs(TypoExprs) {} in FindTypoExprs()
6464 TypoExprs.insert(TE); in VisitTypoExpr()
6475 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anonffd7a8a90211::TransformTypos
6484 for (auto E : TypoExprs) { in EmitAllDiagnostics()
6516 for (auto TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams()
6618 FindTypoExprs(TypoExprs).TraverseStmt(E); in Transform()
6630 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()