Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp7977 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anoncc8566771111::FindTypoExprs
7980 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument
7981 : TypoExprs(TypoExprs) {} in FindTypoExprs()
7983 TypoExprs.insert(TE); in VisitTypoExpr()
7994 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anoncc8566771111::TransformTypos
8009 for (TypoExpr *TE : TypoExprs) { in EmitAllDiagnostics()
8046 for (auto TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams()
8094 auto SavedTypoExprs = std::move(TypoExprs); in CheckForRecursiveTypos()
8096 TypoExprs.clear(); in CheckForRecursiveTypos()
8099 FindTypoExprs(TypoExprs).TraverseStmt(FixedExpr); in CheckForRecursiveTypos()
[all …]
DSemaLookup.cpp5443 TypoExprs.push_back(TE); in createDelayedTypo()
/external/clang/lib/Sema/
DSemaExprCXX.cpp6737 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anonffd7a8a90311::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 __anonffd7a8a90311::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()
/external/llvm-project/clang/include/clang/Sema/
DSema.h437 llvm::SmallVector<TypoExpr *, 2> TypoExprs; variable