Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp8388 : TypoExprs(TypoExprs) {} in FindTypoExprs()
8390 TypoExprs.insert(TE); in VisitTypoExpr()
8416 for (TypoExpr *TE : TypoExprs) { in EmitAllDiagnostics()
8453 for (auto TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams()
8503 TypoExprs.clear(); in CheckForRecursiveTypos()
8507 if (!TypoExprs.empty()) { in CheckForRecursiveTypos()
8520 for (auto TE : TypoExprs) { in CheckForRecursiveTypos()
8537 TypoExprs = std::move(SavedTypoExprs); in CheckForRecursiveTypos()
8551 SemaRef.TypoExprs.clear(); in RecursiveTransformLoop()
8622 auto FI = find(TypoExprs, TE); in RecursiveTransformLoop()
[all …]
H A DSemaLookup.cpp5814 TypoExprs.push_back(TE); in createDelayedTypo()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h447 llvm::SmallVector<TypoExpr *, 2> TypoExprs; variable