Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5864 auto &State = DelayedTypos[TE]; in createDelayedTypo()
5874 auto Entry = DelayedTypos.find(TE); in getTypoExprState()
5875 assert(Entry != DelayedTypos.end() && in getTypoExprState()
5881 DelayedTypos.erase(TE); in clearDelayedTypo()
H A DSema.cpp1100 for (const auto &Typo : DelayedTypos) { in ActOnEndOfTranslationUnitFragment()
1104 DelayedTypos.clear(); in ActOnEndOfTranslationUnitFragment()
H A DSemaExprCXX.cpp8812 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()
8814 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4497 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable