Searched refs:DelayedTypos (Results 1 – 4 of 4) sorted by relevance
5091 auto &State = DelayedTypos[TE]; in createDelayedTypo()5099 auto Entry = DelayedTypos.find(TE); in getTypoExprState()5100 assert(Entry != DelayedTypos.end() && in getTypoExprState()5106 DelayedTypos.erase(TE); in clearDelayedTypo()
289 assert(DelayedTypos.empty() && "Uncorrected typos!"); in ~Sema()
6965 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()6968 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
2803 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable