Searched refs:DelayedTypos (Results 1 – 4 of 4) sorted by relevance
5188 auto &State = DelayedTypos[TE]; in createDelayedTypo()5196 auto Entry = DelayedTypos.find(TE); in getTypoExprState()5197 assert(Entry != DelayedTypos.end() && in getTypoExprState()5203 DelayedTypos.erase(TE); in clearDelayedTypo()
371 assert(DelayedTypos.empty() && "Uncorrected typos!"); in ~Sema()
7779 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()7781 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
3170 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable