Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8692 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anon88ca3d871611::FindTypoExprs
8695 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument
8696 : TypoExprs(TypoExprs) {} in FindTypoExprs()
8698 TypoExprs.insert(TE); in VisitTypoExpr()
8709 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anon88ca3d871611::TransformTypos
8724 for (TypoExpr *TE : TypoExprs) { in EmitAllDiagnostics()
8761 for (auto *TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams()
8809 auto SavedTypoExprs = std::move(TypoExprs); in CheckForRecursiveTypos()
8811 TypoExprs.clear(); in CheckForRecursiveTypos()
8814 FindTypoExprs(TypoExprs).TraverseStmt(FixedExpr); in CheckForRecursiveTypos()
[all …]
H A DSemaLookup.cpp5727 TypoExprs.push_back(TE); in createDelayedTypo()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8985 llvm::SmallVector<TypoExpr *, 2> TypoExprs; variable