Searched refs:DelayedTypos (Results 1 – 4 of 4) sorted by relevance
4595 auto &State = DelayedTypos[TE]; in createDelayedTypo()4603 auto Entry = DelayedTypos.find(TE); in getTypoExprState()4604 assert(Entry != DelayedTypos.end() && in getTypoExprState()4610 DelayedTypos.erase(TE); in clearDelayedTypo()
273 assert(DelayedTypos.empty() && "Uncorrected typos!"); in ~Sema()
6324 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()6327 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
2550 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable