Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8474 : TypoExprs(TypoExprs) {} in FindTypoExprs()
8476 TypoExprs.insert(TE); in VisitTypoExpr()
8502 for (TypoExpr *TE : TypoExprs) { in EmitAllDiagnostics()
8539 for (auto *TE : TypoExprs) { in CheckAndAdvanceTypoExprCorrectionStreams()
8589 TypoExprs.clear(); in CheckForRecursiveTypos()
8593 if (!TypoExprs.empty()) { in CheckForRecursiveTypos()
8606 for (auto *TE : TypoExprs) { in CheckForRecursiveTypos()
8623 TypoExprs = std::move(SavedTypoExprs); in CheckForRecursiveTypos()
8637 SemaRef.TypoExprs.clear(); in RecursiveTransformLoop()
8708 auto FI = find(TypoExprs, TE); in RecursiveTransformLoop()
[all …]
H A DSemaLookup.cpp5869 TypoExprs.push_back(TE); in createDelayedTypo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h447 llvm::SmallVector<TypoExpr *, 2> TypoExprs; variable