Searched refs:DelayedTypos (Results 1 – 4 of 4) sorted by relevance
4977 auto &State = DelayedTypos[TE]; in createDelayedTypo()4985 auto Entry = DelayedTypos.find(TE); in getTypoExprState()4986 assert(Entry != DelayedTypos.end() && in getTypoExprState()4992 DelayedTypos.erase(TE); in clearDelayedTypo()
290 assert(DelayedTypos.empty() && "Uncorrected typos!"); in ~Sema()
6678 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()6681 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
2729 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable